#87171a

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

Shades of Flame Red #87171A

Tints of Flame Red #87171A

Color information

#87171A (or 0x87171A) is unknown color: approx Flame Red. HEX triplet: 87, 17 and 1A. RGB value is (135,23,26). Sum of RGB (Red+Green+Blue) = 135+23+26=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #87171A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87171A is #78E8E5. Grayscale: #383838. Windows color (decimal): -7923942 or 1709959. OLE color: 1709959.

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

Color convert

RGB1352326-
CMYK00.830.810.47
HSL358.39º70.89%30.98%-
HSV(B)358.39º82.96%52.94%-
XYZ10.485.841.55-
YUV56.83110.61183.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 73.37%
GREEN value IS 23 (9.38% from 255) = 12.5%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=73.37%
G=12.5%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135232600.830.810.47358.3970.8930.98
Hex87171A053512F166471f
Octal207273201231215754610737
Binary100001111011111010010100111010001101111101100110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87171a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87171a; }

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

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

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

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

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

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

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

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