#822127

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

Shades of Flame Red #822127

Tints of Flame Red #822127

Color information

#822127 (or 0x822127) is unknown color: approx Flame Red. HEX triplet: 82, 21 and 27. RGB value is (130,33,39). Sum of RGB (Red+Green+Blue) = 130+33+39=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #822127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822127 is #7DDED8. Grayscale: #3E3E3E. Windows color (decimal): -8249049 or 2564482. OLE color: 2564482.

HSL color Cylindrical-coordinate representation of color #822127: hue angle of 356.29º 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 #822127 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1303339-
CMYK00.750.700.49
HSL356.29º59.51%31.96%-
HSV(B)356.29º74.62%50.98%-
XYZ10.125.982.54-
YUV62.69114.64176.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.36%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 39 (15.62% from 255) = 19.31%
R=64.36%
G=16.34%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130333900.750.700.49356.2959.5131.96
Hex82212704B46311643c20
Octal20241470113106615447440
Binary10000010100001100111010010111000110110001101100100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822127; }

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

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

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

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

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

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

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

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