#871522

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

Shades of Flame Red #871522

Tints of Flame Red #871522

Color information

#871522 (or 0x871522) is unknown color: approx Flame Red. HEX triplet: 87, 15 and 22. RGB value is (135,21,34). Sum of RGB (Red+Green+Blue) = 135+21+34=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #871522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871522 is #78EADD. Grayscale: #383838. Windows color (decimal): -7924446 or 2233735. OLE color: 2233735.

HSL color Cylindrical-coordinate representation of color #871522: hue angle of 353.16º degrees, saturation: 0.73, 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 #871522 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1352134-
CMYK00.840.750.47
HSL353.16º73.08%30.59%-
HSV(B)353.16º84.44%52.94%-
XYZ10.555.82.08-
YUV56.57115.27183.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.05%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 34 (13.67% from 255) = 17.89%
R=71.05%
G=11.05%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135213400.840.750.47353.1673.0830.59
Hex8715220544B2F161491f
Octal207254201241135754111137
Binary1000011110101100010010101001001011101111101100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871522; }

 p { color: rgb(135,21,34); }

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

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

 a { background-color: rgb(135,21,34); }

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

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

 span { border-color: rgb(135,21,34); }

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