#872122

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

Shades of Flame Red #872122

Tints of Flame Red #872122

Color information

#872122 (or 0x872122) is unknown color: approx Flame Red. HEX triplet: 87, 21 and 22. RGB value is (135,33,34). Sum of RGB (Red+Green+Blue) = 135+33+34=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #872122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872122 is #78DEDD. Grayscale: #3F3F3F. Windows color (decimal): -7921374 or 2236807. OLE color: 2236807.

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

Color convert

RGB1353334-
CMYK00.760.750.47
HSL359.41º60.71%32.94%-
HSV(B)359.41º75.56%52.94%-
XYZ10.826.352.17-
YUV63.61111.29178.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 66.83%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 34 (13.67% from 255) = 16.83%
R=66.83%
G=16.34%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135333400.760.750.47359.4160.7132.94
Hex87212204C4B2F1673d21
Octal20741420114113575477541
Binary10000111100001100010010011001001011101111101100111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872122; }

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

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

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

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

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

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

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

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