#862F39

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

Shades of Shiraz #862F39

Tints of Shiraz #862F39

Color information

#862F39 (or 0x862F39) is unknown color: approx Shiraz. HEX triplet: 86, 2F and 39. RGB value is (134,47,57). Sum of RGB (Red+Green+Blue) = 134+47+57=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #862F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F39 is #79D0C6. Grayscale: #4A4A4A. Windows color (decimal): -7983303 or 3747718. OLE color: 3747718.

HSL color Cylindrical-coordinate representation of color #862F39: hue angle of 353.1º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #862F39 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1344757-
CMYK00.650.570.47
HSL353.1º48.07%35.49%-
HSV(B)353.1º64.93%52.55%-
XYZ11.597.44.69-
YUV74.15118.32170.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 57 (22.66% from 255) = 23.95%
R=56.30%
G=19.75%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134475700.650.570.47353.148.0735.49
Hex862F39041392F1613023
Octal2065771010171575416043
Binary1000011010111111100101000001111001101111101100001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862F39; }

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

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

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

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

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

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

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

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