#802A27

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

Shades of Lusty #802A27

Tints of Lusty #802A27

Color information

#802A27 (or 0x802A27) is unknown color: approx Lusty. HEX triplet: 80, 2A and 27. RGB value is (128,42,39). Sum of RGB (Red+Green+Blue) = 128+42+39=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #802A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A27 is #7FD5D8. Grayscale: #434343. Windows color (decimal): -8377817 or 2566784. OLE color: 2566784.

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

Color convert

RGB1284239-
CMYK00.670.700.50
HSL2.02º53.29%32.75%-
HSV(B)2.02º69.53%50.2%-
XYZ10.16.392.62-
YUV67.37111.99171.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.24%
GREEN value IS 42 (16.80% from 255) = 20.10%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=61.24%
G=20.10%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128423900.670.700.502.0253.2932.75
Hex802A27043463223521
Octal200524701031066226541
Binary1000000010101010011101000011100011011001010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,42,39); }

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

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

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

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

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

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

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