#822928

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

Shades of Lusty #822928

Tints of Lusty #822928

Color information

#822928 (or 0x822928) is unknown color: approx Lusty. HEX triplet: 82, 29 and 28. RGB value is (130,41,40). Sum of RGB (Red+Green+Blue) = 130+41+40=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #822928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822928 is #7DD6D7. Grayscale: #434343. Windows color (decimal): -8247000 or 2632066. OLE color: 2632066.

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

Color convert

RGB1304140-
CMYK00.680.690.49
HSL0.67º52.94%33.33%-
HSV(B)0.67º69.23%50.98%-
XYZ10.386.482.71-
YUV67.5112.49172.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.61%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=61.61%
G=19.43%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130414000.680.690.490.6752.9433.33
Hex822928044453113521
Octal202515001041056116541
Binary100000101010011010000100010010001011100011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822928; }

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

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

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

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

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

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

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

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