#87262E

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

Shades of Flame Red #87262E

Tints of Flame Red #87262E

Color information

#87262E (or 0x87262E) is unknown color: approx Flame Red. HEX triplet: 87, 26 and 2E. RGB value is (135,38,46). Sum of RGB (Red+Green+Blue) = 135+38+46=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #87262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87262E is #78D9D1. Grayscale: #434343. Windows color (decimal): -7920082 or 3024519. OLE color: 3024519.

HSL color Cylindrical-coordinate representation of color #87262E: hue angle of 355.05º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87262E is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1353846-
CMYK00.720.660.47
HSL355.05º56.07%33.92%-
HSV(B)355.05º71.85%52.94%-
XYZ11.186.733.3-
YUV67.91115.64175.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.64%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 46 (18.36% from 255) = 21.00%
R=61.64%
G=17.35%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135384600.720.660.47355.0556.0733.92
Hex87262E048422F1633822
Octal20746560110102575437042
Binary10000111100110101110010010001000010101111101100011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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