#87292E

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

Shades of Flame Red #87292E

Tints of Flame Red #87292E

Color information

#87292E (or 0x87292E) is unknown color: approx Flame Red. HEX triplet: 87, 29 and 2E. RGB value is (135,41,46). Sum of RGB (Red+Green+Blue) = 135+41+46=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #87292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87292E is #78D6D1. Grayscale: #454545. Windows color (decimal): -7919314 or 3025287. OLE color: 3025287.

HSL color Cylindrical-coordinate representation of color #87292E: hue angle of 356.81º 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 #87292E is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1354146-
CMYK00.700.660.47
HSL356.81º53.41%34.51%-
HSV(B)356.81º69.63%52.94%-
XYZ11.286.933.33-
YUV69.68114.64174.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.81%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 46 (18.36% from 255) = 20.72%
R=60.81%
G=18.47%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135414600.700.660.47356.8153.4134.51
Hex87292E046422F1653523
Octal20751560106102575456543
Binary10000111101001101110010001101000010101111101100101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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