#87161D

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

Shades of Flame Red #87161D

Tints of Flame Red #87161D

Color information

#87161D (or 0x87161D) is unknown color: approx Flame Red. HEX triplet: 87, 16 and 1D. RGB value is (135,22,29). Sum of RGB (Red+Green+Blue) = 135+22+29=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #87161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87161D is #78E9E2. Grayscale: #383838. Windows color (decimal): -7924195 or 1906311. OLE color: 1906311.

HSL color Cylindrical-coordinate representation of color #87161D: hue angle of 356.28º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #87161D is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1352229-
CMYK00.840.790.47
HSL356.28º71.97%30.78%-
HSV(B)356.28º83.7%52.94%-
XYZ10.55.811.73-
YUV56.58112.44183.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.58%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=72.58%
G=11.83%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135222900.840.790.47356.2871.9730.78
Hex87161D0544F2F164481f
Octal207263501241175754411037
Binary100001111011011101010101001001111101111101100100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87161D; }

 p { color: rgb(135,22,29); }

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

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

 a { background-color: rgb(135,22,29); }

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

<style>
 span { border-color: #87161D; }

 span { border-color: rgb(135,22,29); }

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