#822021

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

Shades of Flame Red #822021

Tints of Flame Red #822021

Color information

#822021 (or 0x822021) is unknown color: approx Flame Red. HEX triplet: 82, 20 and 21. RGB value is (130,32,33). Sum of RGB (Red+Green+Blue) = 130+32+33=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #822021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822021 is #7DDFDE. Grayscale: #3D3D3D. Windows color (decimal): -8249311 or 2171010. OLE color: 2171010.

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

Color convert

RGB1303233-
CMYK00.750.750.49
HSL359.39º60.49%31.76%-
HSV(B)359.39º75.38%50.98%-
XYZ105.892.05-
YUV61.42111.97176.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.67%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=66.67%
G=16.41%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130323300.750.750.49359.3960.4931.76
Hex82202104B4B311673c20
Octal20240410113113615477440
Binary10000010100000100001010010111001011110001101100111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822021; }

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

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

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

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

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

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

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

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