#85243F

Color #85243F Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #85243F

Tints of Shiraz #85243F

Color information

#85243F (or 0x85243F) is unknown color: approx Shiraz. HEX triplet: 85, 24 and 3F. RGB value is (133,36,63). Sum of RGB (Red+Green+Blue) = 133+36+63=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85243F is #7ADBC0. Grayscale: #444444. Windows color (decimal): -8051649 or 4138117. OLE color: 4138117.

HSL color Cylindrical-coordinate representation of color #85243F: hue angle of 343.3º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85243F is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1333663-
CMYK00.730.530.48
HSL343.3º57.4%33.14%-
HSV(B)343.3º72.93%52.16%-
XYZ11.26.615.39-
YUV68.08125.14174.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 57.33%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 63 (25% from 255) = 27.16%
R=57.33%
G=15.52%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133366300.730.530.48343.357.433.14
Hex85243F04935301573921
Octal2054477011165605277141
Binary1000010110010011111101001001110101110000101010111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85243F; }

 p { color: rgb(133,36,63); }

 H1.HeaderClassName
 {
   color: #85243F;
 }
 .AnyTagClassName
 {
   color: #85243F;
 }
</style>
background-color css

<style>
 a { background-color: #85243F; }

 a { background-color: rgb(133,36,63); }

 div.DivClassName
 {
   background-color: #85243F;
 }
 .BgClassName
 {
   background-color: #85243F;
 }
</style>
border-color css

<style>
 span { border-color: #85243F; }

 span { border-color: rgb(133,36,63); }

 td.TdClassName
 {
   border-color: #85243F;
 }
 .TagClassName
 {
   border-color: #85243F;
 }
</style>