#852C36

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

Shades of Shiraz #852C36

Tints of Shiraz #852C36

Color information

#852C36 (or 0x852C36) is unknown color: approx Shiraz. HEX triplet: 85, 2C and 36. RGB value is (133,44,54). Sum of RGB (Red+Green+Blue) = 133+44+54=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #852C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C36 is #7AD3C9. Grayscale: #474747. Windows color (decimal): -8049610 or 3550341. OLE color: 3550341.

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

Color convert

RGB1334454-
CMYK00.670.590.48
HSL353.26º50.28%34.71%-
HSV(B)353.26º66.92%52.16%-
XYZ11.247.054.26-
YUV71.75117.99171.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.58%
GREEN value IS 44 (17.58% from 255) = 19.05%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=57.58%
G=19.05%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133445400.670.590.48353.2650.2834.71
Hex852C360433B301613223
Octal2055466010373605416243
Binary1000010110110011011001000011111011110000101100001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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