#87272D

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

Shades of Flame Red #87272D

Tints of Flame Red #87272D

Color information

#87272D (or 0x87272D) is unknown color: approx Flame Red. HEX triplet: 87, 27 and 2D. RGB value is (135,39,45). Sum of RGB (Red+Green+Blue) = 135+39+45=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #87272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87272D is #78D8D2. Grayscale: #444444. Windows color (decimal): -7919827 or 2959239. OLE color: 2959239.

HSL color Cylindrical-coordinate representation of color #87272D: hue angle of 356.25º 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 #87272D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1353945-
CMYK00.710.670.47
HSL356.25º55.17%34.12%-
HSV(B)356.25º71.11%52.94%-
XYZ11.196.793.2-
YUV68.39114.8175.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.64%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=61.64%
G=17.81%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135394500.710.670.47356.2555.1734.12
Hex87272D047432F1643722
Octal20747550107103575446742
Binary10000111100111101101010001111000011101111101100100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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