#87282F

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

Shades of Flame Red #87282F

Tints of Flame Red #87282F

Color information

#87282F (or 0x87282F) is unknown color: approx Flame Red. HEX triplet: 87, 28 and 2F. RGB value is (135,40,47). Sum of RGB (Red+Green+Blue) = 135+40+47=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #87282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87282F is #78D7D0. Grayscale: #454545. Windows color (decimal): -7919569 or 3090567. OLE color: 3090567.

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

Color convert

RGB1354047-
CMYK00.700.650.47
HSL355.58º54.29%34.31%-
HSV(B)355.58º70.37%52.94%-
XYZ11.266.873.42-
YUV69.2115.47174.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.81%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=60.81%
G=18.02%
B=21.17%

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
Decimal135404700.700.650.47355.5854.2934.31
Hex87282F046412F1643622
Octal20750570106101575446642
Binary10000111101000101111010001101000001101111101100100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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