#861E3C

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

Shades of Shiraz #861E3C

Tints of Shiraz #861E3C

Color information

#861E3C (or 0x861E3C) is unknown color: approx Shiraz. HEX triplet: 86, 1E and 3C. RGB value is (134,30,60). Sum of RGB (Red+Green+Blue) = 134+30+60=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #861E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E3C is #79E1C3. Grayscale: #404040. Windows color (decimal): -7987652 or 3939974. OLE color: 3939974.

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

Color convert

RGB1343060-
CMYK00.780.550.47
HSL342.69º63.41%32.16%-
HSV(B)342.69º77.61%52.55%-
XYZ11.116.324.91-
YUV64.52125.46177.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.82%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=59.82%
G=13.39%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134306000.780.550.47342.6963.4132.16
Hex861E3C04E372F1573f20
Octal2063674011667575277740
Binary100001101111011110001001110110111101111101010111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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