#871718

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

Shades of Flame Red #871718

Tints of Flame Red #871718

Color information

#871718 (or 0x871718) is unknown color: approx Flame Red. HEX triplet: 87, 17 and 18. RGB value is (135,23,24). Sum of RGB (Red+Green+Blue) = 135+23+24=182 (24% of max value = 765). Red value is 135 (53.12% from 255 or 74.18% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 135 - color contains mainly: red. Hex color #871718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871718 is #78E8E7. Grayscale: #383838. Windows color (decimal): -7923944 or 1578887. OLE color: 1578887.

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

Color convert

RGB1352324-
CMYK00.830.820.47
HSL359.46º70.89%30.98%-
HSV(B)359.46º82.96%52.94%-
XYZ10.465.831.44-
YUV56.6109.61183.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 74.18%
GREEN value IS 23 (9.38% from 255) = 12.64%
BLUE value IS 24 (9.77% from 255) = 13.19%
R=74.18%
G=12.64%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135232400.830.820.47359.4670.8930.98
Hex871718053522F167471f
Octal207273001231225754710737
Binary100001111011111000010100111010010101111101100111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871718; }

 p { color: rgb(135,23,24); }

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

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

 a { background-color: rgb(135,23,24); }

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

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

 span { border-color: rgb(135,23,24); }

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