#87181E

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

Shades of Flame Red #87181E

Tints of Flame Red #87181E

Color information

#87181E (or 0x87181E) is unknown color: approx Flame Red. HEX triplet: 87, 18 and 1E. RGB value is (135,24,30). Sum of RGB (Red+Green+Blue) = 135+24+30=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #87181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87181E is #78E7E1. Grayscale: #393939. Windows color (decimal): -7923682 or 1972359. OLE color: 1972359.

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

Color convert

RGB1352430-
CMYK00.820.780.47
HSL356.76º69.81%31.18%-
HSV(B)356.76º82.22%52.94%-
XYZ10.555.91.81-
YUV57.87112.27183.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.43%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 30 (12.11% from 255) = 15.87%
R=71.43%
G=12.70%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135243000.820.780.47356.7669.8131.18
Hex87181E0524E2F165461f
Octal207303601221165754510637
Binary100001111100011110010100101001110101111101100101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87181E; }

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

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

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

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

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

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

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

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