#822529

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

Shades of Flame Red #822529

Tints of Flame Red #822529

Color information

#822529 (or 0x822529) is unknown color: approx Flame Red. HEX triplet: 82, 25 and 29. RGB value is (130,37,41). Sum of RGB (Red+Green+Blue) = 130+37+41=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #822529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822529 is #7DDAD6. Grayscale: #414141. Windows color (decimal): -8248023 or 2696578. OLE color: 2696578.

HSL color Cylindrical-coordinate representation of color #822529: hue angle of 357.42º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822529 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1303741-
CMYK00.720.680.49
HSL357.42º55.69%32.75%-
HSV(B)357.42º71.54%50.98%-
XYZ10.276.232.76-
YUV65.26114.31174.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.5%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 41 (16.41% from 255) = 19.71%
R=62.5%
G=17.79%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130374100.720.680.49357.4255.6932.75
Hex82252904844311653821
Octal20245510110104615457041
Binary10000010100101101001010010001000100110001101100101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822529; }

 p { color: rgb(130,37,41); }

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

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

 a { background-color: rgb(130,37,41); }

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

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

 span { border-color: rgb(130,37,41); }

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