#802821

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

Shades of Lusty #802821

Tints of Lusty #802821

Color information

#802821 (or 0x802821) is unknown color: approx Lusty. HEX triplet: 80, 28 and 21. RGB value is (128,40,33). Sum of RGB (Red+Green+Blue) = 128+40+33=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #802821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802821 is #7FD7DE. Grayscale: #414141. Windows color (decimal): -8378335 or 2173056. OLE color: 2173056.

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

Color convert

RGB1284033-
CMYK00.690.740.50
HSL4.42º59.01%31.57%-
HSV(B)4.42º74.22%50.2%-
XYZ9.946.222.12-
YUV65.51109.65172.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=63.68%
G=19.90%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128403300.690.740.504.4259.0131.57
Hex8028210454A3243b20
Octal200504101051126247340
Binary10000000101000100001010001011001010110010100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802821; }

 p { color: rgb(128,40,33); }

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

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

 a { background-color: rgb(128,40,33); }

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

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

 span { border-color: rgb(128,40,33); }

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