#861119

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

Shades of Carmine #861119

Tints of Carmine #861119

Color information

#861119 (or 0x861119) is unknown color: approx Carmine. HEX triplet: 86, 11 and 19. RGB value is (134,17,25). Sum of RGB (Red+Green+Blue) = 134+17+25=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #861119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861119 is #79EEE6. Grayscale: #343434. Windows color (decimal): -7991015 or 1642886. OLE color: 1642886.

HSL color Cylindrical-coordinate representation of color #861119: hue angle of 355.9º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861119 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1341725-
CMYK00.870.810.47
HSL355.9º77.48%29.61%-
HSV(B)355.9º87.31%52.55%-
XYZ10.215.541.45-
YUV52.9112.26185.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 76.14%
GREEN value IS 17 (7.03% from 255) = 9.66%
BLUE value IS 25 (10.16% from 255) = 14.20%
R=76.14%
G=9.66%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134172500.870.810.47355.977.4829.61
Hex861119057512F1644d1e
Octal206213101271215754411536
Binary100001101000111001010101111010001101111101100100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861119; }

 p { color: rgb(134,17,25); }

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

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

 a { background-color: rgb(134,17,25); }

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

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

 span { border-color: rgb(134,17,25); }

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