#852D33

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

Shades of Shiraz #852D33

Tints of Shiraz #852D33

Color information

#852D33 (or 0x852D33) is unknown color: approx Shiraz. HEX triplet: 85, 2D and 33. RGB value is (133,45,51). Sum of RGB (Red+Green+Blue) = 133+45+51=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #852D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D33 is #7AD2CC. Grayscale: #484848. Windows color (decimal): -8049357 or 3353989. OLE color: 3353989.

HSL color Cylindrical-coordinate representation of color #852D33: hue angle of 355.91º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D33 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1334551-
CMYK00.660.620.48
HSL355.91º49.44%34.9%-
HSV(B)355.91º66.17%52.16%-
XYZ11.217.13.91-
YUV72116.15171.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.08%
GREEN value IS 45 (17.97% from 255) = 19.65%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=58.08%
G=19.65%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133455100.660.620.48355.9149.4434.9
Hex852D330423E301643123
Octal2055563010276605446143
Binary1000010110110111001101000010111110110000101100100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852D33; }

 p { color: rgb(133,45,51); }

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

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

 a { background-color: rgb(133,45,51); }

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

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

 span { border-color: rgb(133,45,51); }

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