#861E35

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

Shades of Shiraz #861E35

Tints of Shiraz #861E35

Color information

#861E35 (or 0x861E35) is unknown color: approx Shiraz. HEX triplet: 86, 1E and 35. RGB value is (134,30,53). Sum of RGB (Red+Green+Blue) = 134+30+53=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #861E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E35 is #79E1CA. Grayscale: #3F3F3F. Windows color (decimal): -7987659 or 3481222. OLE color: 3481222.

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

Color convert

RGB1343053-
CMYK00.780.600.47
HSL346.73º63.41%32.16%-
HSV(B)346.73º77.61%52.55%-
XYZ10.946.254-
YUV63.72121.96178.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.75%
GREEN value IS 30 (12.11% from 255) = 13.82%
BLUE value IS 53 (21.09% from 255) = 24.42%
R=61.75%
G=13.82%
B=24.42%

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
Decimal134305300.780.600.47346.7363.4132.16
Hex861E3504E3C2F15b3f20
Octal2063665011674575337740
Binary100001101111011010101001110111100101111101011011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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