#852D39

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

Shades of Shiraz #852D39

Tints of Shiraz #852D39

Color information

#852D39 (or 0x852D39) is unknown color: approx Shiraz. HEX triplet: 85, 2D and 39. RGB value is (133,45,57). Sum of RGB (Red+Green+Blue) = 133+45+57=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #852D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D39 is #7AD2C6. Grayscale: #484848. Windows color (decimal): -8049351 or 3747205. OLE color: 3747205.

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

Color convert

RGB1334557-
CMYK00.660.570.48
HSL351.82º49.44%34.9%-
HSV(B)351.82º66.17%52.16%-
XYZ11.357.164.65-
YUV72.68119.15171.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.60%
GREEN value IS 45 (17.97% from 255) = 19.15%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=56.60%
G=19.15%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133455700.660.570.48351.8249.4434.9
Hex852D3904239301603123
Octal2055571010271605406143
Binary1000010110110111100101000010111001110000101100000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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