#87282A

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

Shades of Flame Red #87282A

Tints of Flame Red #87282A

Color information

#87282A (or 0x87282A) is unknown color: approx Flame Red. HEX triplet: 87, 28 and 2A. RGB value is (135,40,42). Sum of RGB (Red+Green+Blue) = 135+40+42=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #87282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87282A is #78D7D5. Grayscale: #444444. Windows color (decimal): -7919574 or 2762887. OLE color: 2762887.

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

Color convert

RGB1354042-
CMYK00.700.690.47
HSL358.74º54.29%34.31%-
HSV(B)358.74º70.37%52.94%-
XYZ11.176.842.92-
YUV68.63112.97175.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.21%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=62.21%
G=18.43%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135404200.700.690.47358.7454.2934.31
Hex87282A046452F1673622
Octal20750520106105575476642
Binary10000111101000101010010001101000101101111101100111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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