#802C28

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

Shades of Lusty #802C28

Tints of Lusty #802C28

Color information

#802C28 (or 0x802C28) is unknown color: approx Lusty. HEX triplet: 80, 2C and 28. RGB value is (128,44,40). Sum of RGB (Red+Green+Blue) = 128+44+40=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #802C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C28 is #7FD3D7. Grayscale: #444444. Windows color (decimal): -8377304 or 2632832. OLE color: 2632832.

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

Color convert

RGB1284440-
CMYK00.660.690.50
HSL2.73º52.38%32.94%-
HSV(B)2.73º68.75%50.2%-
XYZ10.196.542.73-
YUV68.66111.83170.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.38%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=60.38%
G=20.75%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128444000.660.690.502.7352.3832.94
Hex802C28042453233421
Octal200545001021056236441
Binary1000000010110010100001000010100010111001011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802C28; }

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

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

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

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

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

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

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

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