#872021

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

Shades of Flame Red #872021

Tints of Flame Red #872021

Color information

#872021 (or 0x872021) is unknown color: approx Flame Red. HEX triplet: 87, 20 and 21. RGB value is (135,32,33). Sum of RGB (Red+Green+Blue) = 135+32+33=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #872021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872021 is #78DFDE. Grayscale: #3F3F3F. Windows color (decimal): -7921631 or 2171015. OLE color: 2171015.

HSL color Cylindrical-coordinate representation of color #872021: hue angle of 359.42º degrees, saturation: 0.62, 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 #872021 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1353233-
CMYK00.760.760.47
HSL359.42º61.68%32.75%-
HSV(B)359.42º76.3%52.94%-
XYZ10.786.292.09-
YUV62.91111.12179.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=67.5%
G=16%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135323300.760.760.47359.4261.6832.75
Hex87202104C4C2F1673e21
Octal20740410114114575477641
Binary10000111100000100001010011001001100101111101100111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872021; }

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

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

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

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

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

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

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

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