#872324

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

Shades of Flame Red #872324

Tints of Flame Red #872324

Color information

#872324 (or 0x872324) is unknown color: approx Flame Red. HEX triplet: 87, 23 and 24. RGB value is (135,35,36). Sum of RGB (Red+Green+Blue) = 135+35+36=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #872324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872324 is #78DCDB. Grayscale: #414141. Windows color (decimal): -7920860 or 2368391. OLE color: 2368391.

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

Color convert

RGB1353536-
CMYK00.740.730.47
HSL359.4º58.82%33.33%-
HSV(B)359.4º74.07%52.94%-
XYZ10.916.482.34-
YUV65.01111.63177.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.53%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 36 (14.45% from 255) = 17.48%
R=65.53%
G=16.99%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135353600.740.730.47359.458.8233.33
Hex87232404A492F1673b21
Octal20743440112111575477341
Binary10000111100011100100010010101001001101111101100111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872324; }

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

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

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

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

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

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

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

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