#87262C

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

Shades of Flame Red #87262C

Tints of Flame Red #87262C

Color information

#87262C (or 0x87262C) is unknown color: approx Flame Red. HEX triplet: 87, 26 and 2C. RGB value is (135,38,44). Sum of RGB (Red+Green+Blue) = 135+38+44=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #87262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87262C is #78D9D3. Grayscale: #434343. Windows color (decimal): -7920084 or 2893447. OLE color: 2893447.

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

Color convert

RGB1353844-
CMYK00.720.670.47
HSL356.29º56.07%33.92%-
HSV(B)356.29º71.85%52.94%-
XYZ11.146.723.09-
YUV67.69114.64176.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.21%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 44 (17.58% from 255) = 20.28%
R=62.21%
G=17.51%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135384400.720.670.47356.2956.0733.92
Hex87262C048432F1643822
Octal20746540110103575447042
Binary10000111100110101100010010001000011101111101100100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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