#871E22

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

Shades of Flame Red #871E22

Tints of Flame Red #871E22

Color information

#871E22 (or 0x871E22) is unknown color: approx Flame Red. HEX triplet: 87, 1E and 22. RGB value is (135,30,34). Sum of RGB (Red+Green+Blue) = 135+30+34=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #871E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871E22 is #78E1DD. Grayscale: #3D3D3D. Windows color (decimal): -7922142 or 2236039. OLE color: 2236039.

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

Color convert

RGB1353034-
CMYK00.780.750.47
HSL357.71º63.64%32.35%-
HSV(B)357.71º77.78%52.94%-
XYZ10.746.192.14-
YUV61.85112.29180.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.84%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 34 (13.67% from 255) = 17.09%
R=67.84%
G=15.08%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135303400.780.750.47357.7163.6432.35
Hex871E2204E4B2F1664020
Octal207364201161135754610040
Binary10000111111101000100100111010010111011111011001101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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