#87272B

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

Shades of Flame Red #87272B

Tints of Flame Red #87272B

Color information

#87272B (or 0x87272B) is unknown color: approx Flame Red. HEX triplet: 87, 27 and 2B. RGB value is (135,39,43). Sum of RGB (Red+Green+Blue) = 135+39+43=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #87272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87272B is #78D8D4. Grayscale: #444444. Windows color (decimal): -7919829 or 2828167. OLE color: 2828167.

HSL color Cylindrical-coordinate representation of color #87272B: hue angle of 357.5º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87272B is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1353943-
CMYK00.710.680.47
HSL357.5º55.17%34.12%-
HSV(B)357.5º71.11%52.94%-
XYZ11.156.783.01-
YUV68.16113.8175.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.21%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 43 (17.19% from 255) = 19.82%
R=62.21%
G=17.97%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135394300.710.680.47357.555.1734.12
Hex87272B047442F1663722
Octal20747530107104575466742
Binary10000111100111101011010001111000100101111101100110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87272B; }

 p { color: rgb(135,39,43); }

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

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

 a { background-color: rgb(135,39,43); }

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

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

 span { border-color: rgb(135,39,43); }

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