#87181F

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

Shades of Flame Red #87181F

Tints of Flame Red #87181F

Color information

#87181F (or 0x87181F) is unknown color: approx Flame Red. HEX triplet: 87, 18 and 1F. RGB value is (135,24,31). Sum of RGB (Red+Green+Blue) = 135+24+31=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #87181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87181F is #78E7E0. Grayscale: #3A3A3A. Windows color (decimal): -7923681 or 2037895. OLE color: 2037895.

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

Color convert

RGB1352431-
CMYK00.820.770.47
HSL356.22º69.81%31.18%-
HSV(B)356.22º82.22%52.94%-
XYZ10.575.91.88-
YUV57.99112.77182.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.05%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=71.05%
G=12.63%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135243100.820.770.47356.2269.8131.18
Hex87181F0524D2F164461f
Octal207303701221155754410637
Binary100001111100011111010100101001101101111101100100100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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