#87292F

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

Shades of Flame Red #87292F

Tints of Flame Red #87292F

Color information

#87292F (or 0x87292F) is unknown color: approx Flame Red. HEX triplet: 87, 29 and 2F. RGB value is (135,41,47). Sum of RGB (Red+Green+Blue) = 135+41+47=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #87292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87292F is #78D6D0. Grayscale: #454545. Windows color (decimal): -7919313 or 3090823. OLE color: 3090823.

HSL color Cylindrical-coordinate representation of color #87292F: hue angle of 356.17º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87292F is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1354147-
CMYK00.700.650.47
HSL356.17º53.41%34.51%-
HSV(B)356.17º69.63%52.94%-
XYZ11.36.943.43-
YUV69.79115.14174.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.54%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=60.54%
G=18.39%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135414700.700.650.47356.1753.4134.51
Hex87292F046412F1643523
Octal20751570106101575446543
Binary10000111101001101111010001101000001101111101100100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87292F; }

 p { color: rgb(135,41,47); }

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

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

 a { background-color: rgb(135,41,47); }

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

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

 span { border-color: rgb(135,41,47); }

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