#822A27

Color #822A27 Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #822A27

Tints of Lusty #822A27

Color information

#822A27 (or 0x822A27) is unknown color: approx Lusty. HEX triplet: 82, 2A and 27. RGB value is (130,42,39). Sum of RGB (Red+Green+Blue) = 130+42+39=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #822A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A27 is #7DD5D8. Grayscale: #444444. Windows color (decimal): -8246745 or 2566786. OLE color: 2566786.

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

Color convert

RGB1304239-
CMYK00.680.700.49
HSL1.98º53.85%33.14%-
HSV(B)1.98º70%50.98%-
XYZ10.46.552.64-
YUV67.97111.65172.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.61%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=61.61%
G=19.91%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130423900.680.700.491.9853.8533.14
Hex822A27044463123621
Octal202524701041066126641
Binary1000001010101010011101000100100011011000110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822A27; }

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

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

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

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

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

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

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

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