#871824

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

Shades of Flame Red #871824

Tints of Flame Red #871824

Color information

#871824 (or 0x871824) is unknown color: approx Flame Red. HEX triplet: 87, 18 and 24. RGB value is (135,24,36). Sum of RGB (Red+Green+Blue) = 135+24+36=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #871824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871824 is #78E7DB. Grayscale: #3A3A3A. Windows color (decimal): -7923676 or 2365575. OLE color: 2365575.

HSL color Cylindrical-coordinate representation of color #871824: hue angle of 353.51º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #871824 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1352436-
CMYK00.820.730.47
HSL353.51º69.81%31.18%-
HSV(B)353.51º82.22%52.94%-
XYZ10.645.932.25-
YUV58.56115.27182.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.23%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 36 (14.45% from 255) = 18.46%
R=69.23%
G=12.31%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135243600.820.730.47353.5169.8131.18
Hex871824052492F162461f
Octal207304401221115754210637
Binary1000011111000100100010100101001001101111101100010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871824; }

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

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

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

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

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

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

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

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