#87191B

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

Shades of Flame Red #87191B

Tints of Flame Red #87191B

Color information

#87191B (or 0x87191B) is unknown color: approx Flame Red. HEX triplet: 87, 19 and 1B. RGB value is (135,25,27). Sum of RGB (Red+Green+Blue) = 135+25+27=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #87191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87191B is #78E6E4. Grayscale: #3A3A3A. Windows color (decimal): -7923429 or 1776007. OLE color: 1776007.

HSL color Cylindrical-coordinate representation of color #87191B: hue angle of 358.91º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #87191B is Cyan = 0, Magento = 0.81, Yellow = 0.8 and Black (K on CMYK) = 0.47.

Color convert

RGB1352527-
CMYK00.810.80.47
HSL358.91º68.75%31.37%-
HSV(B)358.91º81.48%52.94%-
XYZ10.545.931.63-
YUV58.12110.44182.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.19%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 27 (10.94% from 255) = 14.44%
R=72.19%
G=13.37%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.8
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135252700.810.80.47358.9168.7531.37
Hex87191B051502F167451f
Octal207313301211205754710537
Binary100001111100111011010100011010000101111101100111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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