#87222E

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

Shades of Flame Red #87222E

Tints of Flame Red #87222E

Color information

#87222E (or 0x87222E) is unknown color: approx Flame Red. HEX triplet: 87, 22 and 2E. RGB value is (135,34,46). Sum of RGB (Red+Green+Blue) = 135+34+46=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #87222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87222E is #78DDD1. Grayscale: #414141. Windows color (decimal): -7921106 or 3023495. OLE color: 3023495.

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

Color convert

RGB1353446-
CMYK00.750.660.47
HSL352.87º59.76%33.14%-
HSV(B)352.87º74.81%52.94%-
XYZ11.066.493.26-
YUV65.57116.96177.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.79%
GREEN value IS 34 (13.67% from 255) = 15.81%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=62.79%
G=15.81%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135344600.750.660.47352.8759.7633.14
Hex87222E04B422F1613c21
Octal20742560113102575417441
Binary10000111100010101110010010111000010101111101100001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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