#821F20

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

Shades of Flame Red #821F20

Tints of Flame Red #821F20

Color information

#821F20 (or 0x821F20) is unknown color: approx Flame Red. HEX triplet: 82, 1F and 20. RGB value is (130,31,32). Sum of RGB (Red+Green+Blue) = 130+31+32=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #821F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821F20 is #7DE0DF. Grayscale: #3C3C3C. Windows color (decimal): -8249568 or 2105218. OLE color: 2105218.

HSL color Cylindrical-coordinate representation of color #821F20: hue angle of 359.39º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #821F20 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1303132-
CMYK00.760.750.49
HSL359.39º61.49%31.57%-
HSV(B)359.39º76.15%50.98%-
XYZ9.965.831.97-
YUV60.72111.8177.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.36%
GREEN value IS 31 (12.5% from 255) = 16.06%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=67.36%
G=16.06%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130313200.760.750.49359.3961.4931.57
Hex821F2004C4B311673d20
Octal20237400114113615477540
Binary1000001011111100000010011001001011110001101100111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821F20; }

 p { color: rgb(130,31,32); }

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

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

 a { background-color: rgb(130,31,32); }

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

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

 span { border-color: rgb(130,31,32); }

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