#87181A

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

Shades of Flame Red #87181A

Tints of Flame Red #87181A

Color information

#87181A (or 0x87181A) is unknown color: approx Flame Red. HEX triplet: 87, 18 and 1A. RGB value is (135,24,26). Sum of RGB (Red+Green+Blue) = 135+24+26=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #87181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87181A is #78E7E5. Grayscale: #393939. Windows color (decimal): -7923686 or 1710215. OLE color: 1710215.

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

Color convert

RGB1352426-
CMYK00.820.810.47
HSL358.92º69.81%31.18%-
HSV(B)358.92º82.22%52.94%-
XYZ10.55.881.56-
YUV57.42110.27183.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.97%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=72.97%
G=12.97%
B=14.05%

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
Decimal135242600.820.810.47358.9269.8131.18
Hex87181A052512F167461f
Octal207303201221215754710637
Binary100001111100011010010100101010001101111101100111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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