#861939

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

Shades of Shiraz #861939

Tints of Shiraz #861939

Color information

#861939 (or 0x861939) is unknown color: approx Shiraz. HEX triplet: 86, 19 and 39. RGB value is (134,25,57). Sum of RGB (Red+Green+Blue) = 134+25+57=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #861939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861939 is #79E6C6. Grayscale: #3D3D3D. Windows color (decimal): -7988935 or 3742086. OLE color: 3742086.

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

Color convert

RGB1342557-
CMYK00.810.570.47
HSL342.39º68.55%31.18%-
HSV(B)342.39º81.34%52.55%-
XYZ10.926.064.46-
YUV61.24125.61179.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.04%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 57 (22.66% from 255) = 26.39%
R=62.04%
G=11.57%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134255700.810.570.47342.3968.5531.18
Hex861939051392F156451f
Octal20631710121715752610537
Binary100001101100111100101010001111001101111101010110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861939; }

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

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

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

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

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

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

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

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