#852032

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

Shades of Shiraz #852032

Tints of Shiraz #852032

Color information

#852032 (or 0x852032) is unknown color: approx Shiraz. HEX triplet: 85, 20 and 32. RGB value is (133,32,50). Sum of RGB (Red+Green+Blue) = 133+32+50=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #852032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852032 is #7ADFCD. Grayscale: #404040. Windows color (decimal): -8052686 or 3285125. OLE color: 3285125.

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

Color convert

RGB1333250-
CMYK00.760.620.48
HSL349.31º61.21%32.35%-
HSV(B)349.31º75.94%52.16%-
XYZ10.776.253.66-
YUV64.25119.96177.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.86%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=61.86%
G=14.88%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133325000.760.620.48349.3161.2132.35
Hex85203204C3E3015d3d20
Octal2054062011476605357540
Binary1000010110000011001001001100111110110000101011101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852032; }

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

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

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

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

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

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

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

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