#861E39

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

Shades of Shiraz #861E39

Tints of Shiraz #861E39

Color information

#861E39 (or 0x861E39) is unknown color: approx Shiraz. HEX triplet: 86, 1E and 39. RGB value is (134,30,57). Sum of RGB (Red+Green+Blue) = 134+30+57=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #861E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E39 is #79E1C6. Grayscale: #404040. Windows color (decimal): -7987655 or 3743366. OLE color: 3743366.

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

Color convert

RGB1343057-
CMYK00.780.570.47
HSL344.42º63.41%32.16%-
HSV(B)344.42º77.61%52.55%-
XYZ11.036.294.5-
YUV64.17123.96177.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.63%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 57 (22.66% from 255) = 25.79%
R=60.63%
G=13.57%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134305700.780.570.47344.4263.4132.16
Hex861E3904E392F1583f20
Octal2063671011671575307740
Binary100001101111011100101001110111001101111101011000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861E39; }

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

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

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

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

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

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

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

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