#871C20

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

Shades of Flame Red #871C20

Tints of Flame Red #871C20

Color information

#871C20 (or 0x871C20) is unknown color: approx Flame Red. HEX triplet: 87, 1C and 20. RGB value is (135,28,32). Sum of RGB (Red+Green+Blue) = 135+28+32=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #871C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871C20 is #78E3DF. Grayscale: #3C3C3C. Windows color (decimal): -7922656 or 2104455. OLE color: 2104455.

HSL color Cylindrical-coordinate representation of color #871C20: hue angle of 357.76º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #871C20 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1352832-
CMYK00.790.760.47
HSL357.76º65.64%31.96%-
HSV(B)357.76º79.26%52.94%-
XYZ10.676.091.98-
YUV60.45111.95181.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.23%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=69.23%
G=14.36%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135283200.790.760.47357.7665.6431.96
Hex871C2004F4C2F1664220
Octal207344001171145754610240
Binary10000111111001000000100111110011001011111011001101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871C20; }

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

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

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

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

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

<style>
 span { border-color: #871C20; }

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

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