#862439

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

Shades of Shiraz #862439

Tints of Shiraz #862439

Color information

#862439 (or 0x862439) is unknown color: approx Shiraz. HEX triplet: 86, 24 and 39. RGB value is (134,36,57). Sum of RGB (Red+Green+Blue) = 134+36+57=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #862439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862439 is #79DBC6. Grayscale: #434343. Windows color (decimal): -7986119 or 3744902. OLE color: 3744902.

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

Color convert

RGB1343657-
CMYK00.730.570.47
HSL347.14º57.65%33.33%-
HSV(B)347.14º73.13%52.55%-
XYZ11.26.634.56-
YUV67.7121.97175.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.03%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=59.03%
G=15.86%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134365700.730.570.47347.1457.6533.33
Hex862439049392F15b3a21
Octal2064471011171575337241
Binary1000011010010011100101001001111001101111101011011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862439; }

 p { color: rgb(134,36,57); }

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

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

 a { background-color: rgb(134,36,57); }

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

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

 span { border-color: rgb(134,36,57); }

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