#871619

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

Shades of Flame Red #871619

Tints of Flame Red #871619

Color information

#871619 (or 0x871619) is unknown color: approx Flame Red. HEX triplet: 87, 16 and 19. RGB value is (135,22,25). Sum of RGB (Red+Green+Blue) = 135+22+25=182 (24% of max value = 765). Red value is 135 (53.12% from 255 or 74.18% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 135 - color contains mainly: red. Hex color #871619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871619 is #78E9E6. Grayscale: #383838. Windows color (decimal): -7924199 or 1644167. OLE color: 1644167.

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

Color convert

RGB1352225-
CMYK00.840.810.47
HSL358.41º71.97%30.78%-
HSV(B)358.41º83.7%52.94%-
XYZ10.455.791.49-
YUV56.13110.44184.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 74.18%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=74.18%
G=12.09%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135222500.840.810.47358.4171.9730.78
Hex871619054512F166481f
Octal207263101241215754611037
Binary100001111011011001010101001010001101111101100110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871619; }

 p { color: rgb(135,22,25); }

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

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

 a { background-color: rgb(135,22,25); }

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

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

 span { border-color: rgb(135,22,25); }

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