#861819

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

Shades of Flame Red #861819

Tints of Flame Red #861819

Color information

#861819 (or 0x861819) is unknown color: approx Flame Red. HEX triplet: 86, 18 and 19. RGB value is (134,24,25). Sum of RGB (Red+Green+Blue) = 134+24+25=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #861819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861819 is #79E7E6. Grayscale: #393939. Windows color (decimal): -7989223 or 1644678. OLE color: 1644678.

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

Color convert

RGB1342425-
CMYK00.820.810.47
HSL359.45º69.62%30.98%-
HSV(B)359.45º82.09%52.55%-
XYZ10.335.791.49-
YUV57109.94182.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 73.22%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=73.22%
G=13.11%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134242500.820.810.47359.4569.6230.98
Hex861819052512F167461f
Octal206303101221215754710637
Binary100001101100011001010100101010001101111101100111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861819; }

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

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

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

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

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

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

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

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