#852C33

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

Shades of Shiraz #852C33

Tints of Shiraz #852C33

Color information

#852C33 (or 0x852C33) is unknown color: approx Shiraz. HEX triplet: 85, 2C and 33. RGB value is (133,44,51). Sum of RGB (Red+Green+Blue) = 133+44+51=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #852C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C33 is #7AD3CC. Grayscale: #474747. Windows color (decimal): -8049613 or 3353733. OLE color: 3353733.

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

Color convert

RGB1334451-
CMYK00.670.620.48
HSL355.28º50.28%34.71%-
HSV(B)355.28º66.92%52.16%-
XYZ11.177.033.9-
YUV71.41116.49171.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.33%
GREEN value IS 44 (17.58% from 255) = 19.30%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=58.33%
G=19.30%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133445100.670.620.48355.2850.2834.71
Hex852C330433E301633223
Octal2055463010376605436243
Binary1000010110110011001101000011111110110000101100011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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