#822728

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

Shades of Flame Red #822728

Tints of Flame Red #822728

Color information

#822728 (or 0x822728) is unknown color: approx Flame Red. HEX triplet: 82, 27 and 28. RGB value is (130,39,40). Sum of RGB (Red+Green+Blue) = 130+39+40=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #822728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822728 is #7DD8D7. Grayscale: #424242. Windows color (decimal): -8247512 or 2631554. OLE color: 2631554.

HSL color Cylindrical-coordinate representation of color #822728: hue angle of 359.34º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #822728 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1303940-
CMYK00.700.690.49
HSL359.34º53.85%33.14%-
HSV(B)359.34º70%50.98%-
XYZ10.316.352.69-
YUV66.32113.15173.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.20%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=62.20%
G=18.66%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130394000.700.690.49359.3453.8533.14
Hex82272804645311673621
Octal20247500106105615476641
Binary10000010100111101000010001101000101110001101100111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822728; }

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

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

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

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

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

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

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

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