#852037

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

Shades of Shiraz #852037

Tints of Shiraz #852037

Color information

#852037 (or 0x852037) is unknown color: approx Shiraz. HEX triplet: 85, 20 and 37. RGB value is (133,32,55). Sum of RGB (Red+Green+Blue) = 133+32+55=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #852037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852037 is #7ADFC8. Grayscale: #404040. Windows color (decimal): -8052681 or 3612805. OLE color: 3612805.

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

Color convert

RGB1333255-
CMYK00.760.590.48
HSL346.34º61.21%32.35%-
HSV(B)346.34º75.94%52.16%-
XYZ10.886.34.26-
YUV64.82122.46176.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.45%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 55 (21.88% from 255) = 25%
R=60.45%
G=14.55%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133325500.760.590.48346.3461.2132.35
Hex85203704C3B3015a3d20
Octal2054067011473605327540
Binary1000010110000011011101001100111011110000101011010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852037; }

 p { color: rgb(133,32,55); }

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

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

 a { background-color: rgb(133,32,55); }

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

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

 span { border-color: rgb(133,32,55); }

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