#861E36

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

Shades of Shiraz #861E36

Tints of Shiraz #861E36

Color information

#861E36 (or 0x861E36) is unknown color: approx Shiraz. HEX triplet: 86, 1E and 36. RGB value is (134,30,54). Sum of RGB (Red+Green+Blue) = 134+30+54=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #861E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E36 is #79E1C9. Grayscale: #3F3F3F. Windows color (decimal): -7987658 or 3546758. OLE color: 3546758.

HSL color Cylindrical-coordinate representation of color #861E36: hue angle of 346.15º 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 #861E36 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1343054-
CMYK00.780.600.47
HSL346.15º63.41%32.16%-
HSV(B)346.15º77.61%52.55%-
XYZ10.966.264.12-
YUV63.83122.46178.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.47%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 54 (21.48% from 255) = 24.77%
R=61.47%
G=13.76%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134305400.780.600.47346.1563.4132.16
Hex861E3604E3C2F15a3f20
Octal2063666011674575327740
Binary100001101111011011001001110111100101111101011010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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