#803128

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

Shades of Lusty #803128

Tints of Lusty #803128

Color information

#803128 (or 0x803128) is unknown color: approx Lusty. HEX triplet: 80, 31 and 28. RGB value is (128,49,40). Sum of RGB (Red+Green+Blue) = 128+49+40=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #803128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803128 is #7FCED7. Grayscale: #474747. Windows color (decimal): -8376024 or 2634112. OLE color: 2634112.

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

Color convert

RGB1284940-
CMYK00.620.690.50
HSL6.14º52.38%32.94%-
HSV(B)6.14º68.75%50.2%-
XYZ10.386.942.8-
YUV71.6110.17168.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.99%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=58.99%
G=22.58%
B=18.43%

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
Decimal128494000.620.690.506.1452.3832.94
Hex80312803E453263421
Octal20061500761056266441
Binary1000000011000110100001111101000101110010110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803128; }

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

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

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

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

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

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

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

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