#871A26

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

Shades of Flame Red #871A26

Tints of Flame Red #871A26

Color information

#871A26 (or 0x871A26) is unknown color: approx Flame Red. HEX triplet: 87, 1A and 26. RGB value is (135,26,38). Sum of RGB (Red+Green+Blue) = 135+26+38=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #871A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A26 is #78E5D9. Grayscale: #3C3C3C. Windows color (decimal): -7923162 or 2497159. OLE color: 2497159.

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

Color convert

RGB1352638-
CMYK00.810.720.47
HSL353.39º67.7%31.57%-
HSV(B)353.39º80.74%52.94%-
XYZ10.716.032.43-
YUV59.96115.61181.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.84%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 38 (15.23% from 255) = 19.10%
R=67.84%
G=13.07%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135263800.810.720.47353.3967.731.57
Hex871A26051482F1614420
Octal207324601211105754110440
Binary10000111110101001100101000110010001011111011000011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,26,38); }

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

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

 a { background-color: rgb(135,26,38); }

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

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

 span { border-color: rgb(135,26,38); }

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