#87191C

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

Shades of Flame Red #87191C

Tints of Flame Red #87191C

Color information

#87191C (or 0x87191C) is unknown color: approx Flame Red. HEX triplet: 87, 19 and 1C. RGB value is (135,25,28). Sum of RGB (Red+Green+Blue) = 135+25+28=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #87191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87191C is #78E6E3. Grayscale: #3A3A3A. Windows color (decimal): -7923428 or 1841543. OLE color: 1841543.

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

Color convert

RGB1352528-
CMYK00.810.790.47
HSL358.36º68.75%31.37%-
HSV(B)358.36º81.48%52.94%-
XYZ10.555.931.69-
YUV58.23110.94182.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.81%
GREEN value IS 25 (10.16% from 255) = 13.30%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=71.81%
G=13.30%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135252800.810.790.47358.3668.7531.37
Hex87191C0514F2F166451f
Octal207313401211175754610537
Binary100001111100111100010100011001111101111101100110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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