#871B24

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

Shades of Flame Red #871B24

Tints of Flame Red #871B24

Color information

#871B24 (or 0x871B24) is unknown color: approx Flame Red. HEX triplet: 87, 1B and 24. RGB value is (135,27,36). Sum of RGB (Red+Green+Blue) = 135+27+36=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #871B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871B24 is #78E4DB. Grayscale: #3C3C3C. Windows color (decimal): -7922908 or 2366343. OLE color: 2366343.

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

Color convert

RGB1352736-
CMYK00.80.730.47
HSL355º66.67%31.76%-
HSV(B)355º80%52.94%-
XYZ10.76.062.28-
YUV60.32114.28181.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.18%
GREEN value IS 27 (10.94% from 255) = 13.64%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=68.18%
G=13.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135273600.80.730.4735566.6731.76
Hex871B24050492F1634320
Octal207334401201115754310340
Binary10000111110111001000101000010010011011111011000111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,27,36); }

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

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

 a { background-color: rgb(135,27,36); }

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

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

 span { border-color: rgb(135,27,36); }

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