#871A27

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

Shades of Flame Red #871A27

Tints of Flame Red #871A27

Color information

#871A27 (or 0x871A27) is unknown color: approx Flame Red. HEX triplet: 87, 1A and 27. RGB value is (135,26,39). Sum of RGB (Red+Green+Blue) = 135+26+39=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #871A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A27 is #78E5D8. Grayscale: #3C3C3C. Windows color (decimal): -7923161 or 2562695. OLE color: 2562695.

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

Color convert

RGB1352639-
CMYK00.810.710.47
HSL352.84º67.7%31.57%-
HSV(B)352.84º80.74%52.94%-
XYZ10.736.042.52-
YUV60.07116.11181.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.5%
GREEN value IS 26 (10.55% from 255) = 13%
BLUE value IS 39 (15.62% from 255) = 19.5%
R=67.5%
G=13%
B=19.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135263900.810.710.47352.8467.731.57
Hex871A27051472F1614420
Octal207324701211075754110440
Binary10000111110101001110101000110001111011111011000011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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