#87262B

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

Shades of Flame Red #87262B

Tints of Flame Red #87262B

Color information

#87262B (or 0x87262B) is unknown color: approx Flame Red. HEX triplet: 87, 26 and 2B. RGB value is (135,38,43). Sum of RGB (Red+Green+Blue) = 135+38+43=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #87262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87262B is #78D9D4. Grayscale: #434343. Windows color (decimal): -7920085 or 2827911. OLE color: 2827911.

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

Color convert

RGB1353843-
CMYK00.720.680.47
HSL356.91º56.07%33.92%-
HSV(B)356.91º71.85%52.94%-
XYZ11.126.712.99-
YUV67.57114.14176.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.5%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=62.5%
G=17.59%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135384300.720.680.47356.9156.0733.92
Hex87262B048442F1653822
Octal20746530110104575457042
Binary10000111100110101011010010001000100101111101100101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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