#852036

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

Shades of Shiraz #852036

Tints of Shiraz #852036

Color information

#852036 (or 0x852036) is unknown color: approx Shiraz. HEX triplet: 85, 20 and 36. RGB value is (133,32,54). Sum of RGB (Red+Green+Blue) = 133+32+54=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #852036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852036 is #7ADFC9. Grayscale: #404040. Windows color (decimal): -8052682 or 3547269. OLE color: 3547269.

HSL color Cylindrical-coordinate representation of color #852036: hue angle of 346.93º 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 #852036 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1333254-
CMYK00.760.590.48
HSL346.93º61.21%32.35%-
HSV(B)346.93º75.94%52.16%-
XYZ10.866.294.13-
YUV64.71121.96176.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.73%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 54 (21.48% from 255) = 24.66%
R=60.73%
G=14.61%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133325400.760.590.48346.9361.2132.35
Hex85203604C3B3015b3d20
Octal2054066011473605337540
Binary1000010110000011011001001100111011110000101011011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852036; }

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

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

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

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

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

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

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

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