#852137

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

Shades of Shiraz #852137

Tints of Shiraz #852137

Color information

#852137 (or 0x852137) is unknown color: approx Shiraz. HEX triplet: 85, 21 and 37. RGB value is (133,33,55). Sum of RGB (Red+Green+Blue) = 133+33+55=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #852137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852137 is #7ADEC8. Grayscale: #414141. Windows color (decimal): -8052425 or 3613061. OLE color: 3613061.

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

Color convert

RGB1333355-
CMYK00.750.590.48
HSL346.8º60.24%32.55%-
HSV(B)346.8º75.19%52.16%-
XYZ10.916.354.27-
YUV65.41122.13176.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.18%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 55 (21.88% from 255) = 24.89%
R=60.18%
G=14.93%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133335500.750.590.48346.860.2432.55
Hex85213704B3B3015b3c21
Octal2054167011373605337441
Binary1000010110000111011101001011111011110000101011011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852137; }

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

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

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

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

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

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

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

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