#803028

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

Shades of Lusty #803028

Tints of Lusty #803028

Color information

#803028 (or 0x803028) is unknown color: approx Lusty. HEX triplet: 80, 30 and 28. RGB value is (128,48,40). Sum of RGB (Red+Green+Blue) = 128+48+40=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #803028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803028 is #7FCFD7. Grayscale: #474747. Windows color (decimal): -8376280 or 2633856. OLE color: 2633856.

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

Color convert

RGB1284840-
CMYK00.620.690.50
HSL5.45º52.38%32.94%-
HSV(B)5.45º68.75%50.2%-
XYZ10.346.862.79-
YUV71.01110.5168.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 59.26%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=59.26%
G=22.22%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128484000.620.690.505.4552.3832.94
Hex80302803E453253421
Octal20060500761056256441
Binary1000000011000010100001111101000101110010101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803028; }

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

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

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

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

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

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

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

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