#802922

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

Shades of Lusty #802922

Tints of Lusty #802922

Color information

#802922 (or 0x802922) is unknown color: approx Lusty. HEX triplet: 80, 29 and 22. RGB value is (128,41,34). Sum of RGB (Red+Green+Blue) = 128+41+34=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #802922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802922 is #7FD6DD. Grayscale: #424242. Windows color (decimal): -8378078 or 2238848. OLE color: 2238848.

HSL color Cylindrical-coordinate representation of color #802922: hue angle of 4.47º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802922 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB1284134-
CMYK00.680.730.50
HSL4.47º58.02%31.76%-
HSV(B)4.47º73.44%50.2%-
XYZ9.986.292.2-
YUV66.22109.82172.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.05%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=63.05%
G=20.20%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128413400.680.730.504.4758.0231.76
Hex802922044493243a20
Octal200514201041116247240
Binary10000000101001100010010001001001001110010100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802922; }

 p { color: rgb(128,41,34); }

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

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

 a { background-color: rgb(128,41,34); }

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

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

 span { border-color: rgb(128,41,34); }

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