#802B24

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

Shades of Lusty #802B24

Tints of Lusty #802B24

Color information

#802B24 (or 0x802B24) is unknown color: approx Lusty. HEX triplet: 80, 2B and 24. RGB value is (128,43,36). Sum of RGB (Red+Green+Blue) = 128+43+36=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #802B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802B24 is #7FD4DB. Grayscale: #434343. Windows color (decimal): -8377564 or 2370432. OLE color: 2370432.

HSL color Cylindrical-coordinate representation of color #802B24: hue angle of 4.57º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802B24 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB1284336-
CMYK00.660.720.50
HSL4.57º56.1%32.16%-
HSV(B)4.57º71.88%50.2%-
XYZ10.086.442.38-
YUV67.62110.16171.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.84%
GREEN value IS 43 (17.19% from 255) = 20.77%
BLUE value IS 36 (14.45% from 255) = 17.39%
R=61.84%
G=20.77%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128433600.660.720.504.5756.132.16
Hex802B24042483253820
Octal200534401021106257040
Binary10000000101011100100010000101001000110010101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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