#87181B

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

Shades of Flame Red #87181B

Tints of Flame Red #87181B

Color information

#87181B (or 0x87181B) is unknown color: approx Flame Red. HEX triplet: 87, 18 and 1B. RGB value is (135,24,27). Sum of RGB (Red+Green+Blue) = 135+24+27=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #87181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87181B is #78E7E4. Grayscale: #393939. Windows color (decimal): -7923685 or 1775751. OLE color: 1775751.

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

Color convert

RGB1352427-
CMYK00.820.80.47
HSL358.38º69.81%31.18%-
HSV(B)358.38º82.22%52.94%-
XYZ10.525.881.62-
YUV57.53110.77183.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.58%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 27 (10.94% from 255) = 14.52%
R=72.58%
G=12.90%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.8
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135242700.820.80.47358.3869.8131.18
Hex87181B052502F166461f
Octal207303301221205754610637
Binary100001111100011011010100101010000101111101100110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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