#822526

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

Shades of Flame Red #822526

Tints of Flame Red #822526

Color information

#822526 (or 0x822526) is unknown color: approx Flame Red. HEX triplet: 82, 25 and 26. RGB value is (130,37,38). Sum of RGB (Red+Green+Blue) = 130+37+38=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #822526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822526 is #7DDAD9. Grayscale: #414141. Windows color (decimal): -8248026 or 2499970. OLE color: 2499970.

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

Color convert

RGB1303738-
CMYK00.720.710.49
HSL359.35º55.69%32.75%-
HSV(B)359.35º71.54%50.98%-
XYZ10.226.212.49-
YUV64.92112.81174.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.41%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=63.41%
G=18.05%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130373800.720.710.49359.3555.6932.75
Hex82252604847311673821
Octal20245460110107615477041
Binary10000010100101100110010010001000111110001101100111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822526; }

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

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

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

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

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

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

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

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