#802B27

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

Shades of Lusty #802B27

Tints of Lusty #802B27

Color information

#802B27 (or 0x802B27) is unknown color: approx Lusty. HEX triplet: 80, 2B and 27. RGB value is (128,43,39). Sum of RGB (Red+Green+Blue) = 128+43+39=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #802B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802B27 is #7FD4D8. Grayscale: #444444. Windows color (decimal): -8377561 or 2567040. OLE color: 2567040.

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

Color convert

RGB1284339-
CMYK00.660.700.50
HSL2.7º53.29%32.75%-
HSV(B)2.7º69.53%50.2%-
XYZ10.136.462.63-
YUV67.96111.66170.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.95%
GREEN value IS 43 (17.19% from 255) = 20.48%
BLUE value IS 39 (15.62% from 255) = 18.57%
R=60.95%
G=20.48%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128433900.660.700.502.753.2932.75
Hex802B27042463233521
Octal200534701021066236541
Binary1000000010101110011101000010100011011001011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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