#87252B

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

Shades of Flame Red #87252B

Tints of Flame Red #87252B

Color information

#87252B (or 0x87252B) is unknown color: approx Flame Red. HEX triplet: 87, 25 and 2B. RGB value is (135,37,43). Sum of RGB (Red+Green+Blue) = 135+37+43=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #87252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87252B is #78DAD4. Grayscale: #434343. Windows color (decimal): -7920341 or 2827655. OLE color: 2827655.

HSL color Cylindrical-coordinate representation of color #87252B: hue angle of 356.33º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87252B is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1353743-
CMYK00.730.680.47
HSL356.33º56.98%33.73%-
HSV(B)356.33º72.59%52.94%-
XYZ11.096.652.98-
YUV66.99114.47176.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.79%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 43 (17.19% from 255) = 20%
R=62.79%
G=17.21%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135374300.730.680.47356.3356.9833.73
Hex87252B049442F1643922
Octal20745530111104575447142
Binary10000111100101101011010010011000100101111101100100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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