#822827

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

Shades of Lusty #822827

Tints of Lusty #822827

Color information

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

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

Color convert

RGB1304039-
CMYK00.690.700.49
HSL0.66º53.85%33.14%-
HSV(B)0.66º70%50.98%-
XYZ10.336.412.61-
YUV66.8112.32173.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130403900.690.700.490.6653.8533.14
Hex822827045463113621
Octal202504701051066116641
Binary100000101010001001110100010110001101100011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822827; }

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

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

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

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

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

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

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

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