#87161A

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

Shades of Flame Red #87161A

Tints of Flame Red #87161A

Color information

#87161A (or 0x87161A) is unknown color: approx Flame Red. HEX triplet: 87, 16 and 1A. RGB value is (135,22,26). Sum of RGB (Red+Green+Blue) = 135+22+26=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #87161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87161A is #78E9E5. Grayscale: #383838. Windows color (decimal): -7924198 or 1709703. OLE color: 1709703.

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

Color convert

RGB1352226-
CMYK00.840.810.47
HSL357.88º71.97%30.78%-
HSV(B)357.88º83.7%52.94%-
XYZ10.475.81.55-
YUV56.24110.94184.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 73.77%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=73.77%
G=12.02%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135222600.840.810.47357.8871.9730.78
Hex87161A054512F166481f
Octal207263201241215754611037
Binary100001111011011010010101001010001101111101100110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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