Html Css Color HEX #802928 Lusty

📋 copy color: '#802928'

red 128 ◦ green 41 ◦ blue 40

#802928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lusty #802928

Tints of Lusty #802928

RGB

 RED value IS 128 (50.39% from 255) = 61.24%

 GREEN value IS 41 (16.41% from 255) = 19.62%

 BLUE value IS 40 (16.02% from 255) = 19.14%

R = 61.24%
G = 19.62%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#802928 (or 0x802928) is known color: Lusty. HEX triplet: 80, 29 and 28. RGB value is (128,41,40). Sum of RGB (Red+Green+Blue) = 128+41+40=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #802928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802928 is #7FD6D7. Grayscale: #424242. Windows color (decimal): -8378072 or 2632064. OLE color: 2632064.

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

Color convert

RGB 128 41 40 -
CMYK 0 0.68 0.69 0.50
HSL 0.68º 0.52% 0.33% -
HSV(B) 0.68º 0.69% 0.5% -
XYZ 10.08 6.33 2.7 -
YUV 66.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 128 41 40 0 0.68 0.69 0.50 0.68 0.52 0.33
Hex 80 29 28 0 44 45 32 1 34 21
Octal 200 51 50 0 104 105 62 1 64 41
Binary 10000000 101001 101000 0 1000100 1000101 110010 1 110100 100001

Color Harmonies of #802928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802928

Black with #802928

Text Example


Text Example

White with #802928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802928; }

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

 H1.HeaderClassName
 {
   color: #802928;
 }
 .AnyTagClassName
 {
   color: #802928;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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