#802828

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

Shades of Lusty #802828

Tints of Lusty #802828

Color information

#802828 (or 0x802828) is unknown color: approx Lusty. HEX triplet: 80, 28 and 28. RGB value is (128,40,40). Sum of RGB (Red+Green+Blue) = 128+40+40=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #802828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802828 is #7FD7D7. Grayscale: #424242. Windows color (decimal): -8378328 or 2631808. OLE color: 2631808.

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

Color convert

RGB1284040-
CMYK00.690.690.50
HSL52.38%32.94%-
HSV(B)68.75%50.2%-
XYZ10.046.262.69-
YUV66.31113.15172-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.54%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=61.54%
G=19.23%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128404000.690.690.50052.3832.94
Hex802828045453203421
Octal200505001051056206441
Binary100000001010001010000100010110001011100100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802828; }

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

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

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

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

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

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

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

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