#862839

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

Shades of Shiraz #862839

Tints of Shiraz #862839

Color information

#862839 (or 0x862839) is unknown color: approx Shiraz. HEX triplet: 86, 28 and 39. RGB value is (134,40,57). Sum of RGB (Red+Green+Blue) = 134+40+57=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #862839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862839 is #79D7C6. Grayscale: #464646. Windows color (decimal): -7985095 or 3745926. OLE color: 3745926.

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

Color convert

RGB1344057-
CMYK00.700.570.47
HSL349.15º54.02%34.12%-
HSV(B)349.15º70.15%52.55%-
XYZ11.336.884.6-
YUV70.04120.64173.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.01%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=58.01%
G=17.32%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134405700.700.570.47349.1554.0234.12
Hex862839046392F15d3622
Octal2065071010671575356642
Binary1000011010100011100101000110111001101111101011101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862839; }

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

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

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

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

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

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

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

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