#852039

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

Shades of Shiraz #852039

Tints of Shiraz #852039

Color information

#852039 (or 0x852039) is unknown color: approx Shiraz. HEX triplet: 85, 20 and 39. RGB value is (133,32,57). Sum of RGB (Red+Green+Blue) = 133+32+57=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #852039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852039 is #7ADFC6. Grayscale: #414141. Windows color (decimal): -8052679 or 3743877. OLE color: 3743877.

HSL color Cylindrical-coordinate representation of color #852039: hue angle of 345.15º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852039 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1333257-
CMYK00.760.570.48
HSL345.15º61.21%32.35%-
HSV(B)345.15º75.94%52.16%-
XYZ10.936.314.51-
YUV65.05123.46176.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.91%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 57 (22.66% from 255) = 25.68%
R=59.91%
G=14.41%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133325700.760.570.48345.1561.2132.35
Hex85203904C39301593d20
Octal2054071011471605317540
Binary1000010110000011100101001100111001110000101011001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852039; }

 p { color: rgb(133,32,57); }

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

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

 a { background-color: rgb(133,32,57); }

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

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

 span { border-color: rgb(133,32,57); }

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