#87242F

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

Shades of Flame Red #87242F

Tints of Flame Red #87242F

Color information

#87242F (or 0x87242F) is unknown color: approx Flame Red. HEX triplet: 87, 24 and 2F. RGB value is (135,36,47). Sum of RGB (Red+Green+Blue) = 135+36+47=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #87242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87242F is #78DBD0. Grayscale: #424242. Windows color (decimal): -7920593 or 3089543. OLE color: 3089543.

HSL color Cylindrical-coordinate representation of color #87242F: hue angle of 353.33º degrees, saturation: 0.58, 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 #87242F is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1353647-
CMYK00.730.650.47
HSL353.33º57.89%33.53%-
HSV(B)353.33º73.33%52.94%-
XYZ11.146.623.38-
YUV66.85116.8176.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.93%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=61.93%
G=16.51%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135364700.730.650.47353.3357.8933.53
Hex87242F049412F1613a22
Octal20744570111101575417242
Binary10000111100100101111010010011000001101111101100001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87242F; }

 p { color: rgb(135,36,47); }

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

<style>
 a { background-color: #87242F; }

 a { background-color: rgb(135,36,47); }

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

<style>
 span { border-color: #87242F; }

 span { border-color: rgb(135,36,47); }

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