#85243C

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

Shades of Shiraz #85243C

Tints of Shiraz #85243C

Color information

#85243C (or 0x85243C) is unknown color: approx Shiraz. HEX triplet: 85, 24 and 3C. RGB value is (133,36,60). Sum of RGB (Red+Green+Blue) = 133+36+60=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85243C is #7ADBC3. Grayscale: #434343. Windows color (decimal): -8051652 or 3941509. OLE color: 3941509.

HSL color Cylindrical-coordinate representation of color #85243C: hue angle of 345.15º 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 #85243C is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1333660-
CMYK00.730.550.48
HSL345.15º57.4%33.14%-
HSV(B)345.15º72.93%52.16%-
XYZ11.126.574.96-
YUV67.74123.64174.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.08%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=58.08%
G=15.72%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133366000.730.550.48345.1557.433.14
Hex85243C04937301593921
Octal2054474011167605317141
Binary1000010110010011110001001001110111110000101011001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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