#852232

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

Shades of Shiraz #852232

Tints of Shiraz #852232

Color information

#852232 (or 0x852232) is unknown color: approx Shiraz. HEX triplet: 85, 22 and 32. RGB value is (133,34,50). Sum of RGB (Red+Green+Blue) = 133+34+50=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #852232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852232 is #7ADDCD. Grayscale: #414141. Windows color (decimal): -8052174 or 3285637. OLE color: 3285637.

HSL color Cylindrical-coordinate representation of color #852232: hue angle of 350.3º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852232 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1333450-
CMYK00.740.620.48
HSL350.3º59.28%32.75%-
HSV(B)350.3º74.44%52.16%-
XYZ10.826.363.68-
YUV65.42119.3176.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.29%
GREEN value IS 34 (13.67% from 255) = 15.67%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=61.29%
G=15.67%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133345000.740.620.48350.359.2832.75
Hex85223204A3E3015e3b21
Octal2054262011276605367341
Binary1000010110001011001001001010111110110000101011110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852232; }

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

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

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

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

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

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

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

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