#862532

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

Shades of Shiraz #862532

Tints of Shiraz #862532

Color information

#862532 (or 0x862532) is unknown color: approx Shiraz. HEX triplet: 86, 25 and 32. RGB value is (134,37,50). Sum of RGB (Red+Green+Blue) = 134+37+50=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #862532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862532 is #79DACD. Grayscale: #434343. Windows color (decimal): -7985870 or 3286406. OLE color: 3286406.

HSL color Cylindrical-coordinate representation of color #862532: hue angle of 351.96º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862532 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1343750-
CMYK00.720.630.47
HSL351.96º56.73%33.53%-
HSV(B)351.96º72.39%52.55%-
XYZ11.076.623.71-
YUV67.48118.14175.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.63%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=60.63%
G=16.74%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134375000.720.630.47351.9656.7333.53
Hex8625320483F2F1603922
Octal2064562011077575407142
Binary1000011010010111001001001000111111101111101100000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862532; }

 p { color: rgb(134,37,50); }

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

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

 a { background-color: rgb(134,37,50); }

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

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

 span { border-color: rgb(134,37,50); }

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