#861E33

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

Shades of Shiraz #861E33

Tints of Shiraz #861E33

Color information

#861E33 (or 0x861E33) is unknown color: approx Shiraz. HEX triplet: 86, 1E and 33. RGB value is (134,30,51). Sum of RGB (Red+Green+Blue) = 134+30+51=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #861E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E33 is #79E1CC. Grayscale: #3F3F3F. Windows color (decimal): -7987661 or 3350150. OLE color: 3350150.

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

Color convert

RGB1343051-
CMYK00.780.620.47
HSL347.88º63.41%32.16%-
HSV(B)347.88º77.61%52.55%-
XYZ10.896.243.76-
YUV63.49120.96178.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.33%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=62.33%
G=13.95%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134305100.780.620.47347.8863.4132.16
Hex861E3304E3E2F15c3f20
Octal2063663011676575347740
Binary100001101111011001101001110111110101111101011100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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