Html Css Color HEX #803128 Lusty

📋 copy color: '#803128'

red 128 ◦ green 49 ◦ blue 40

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

Shades of Lusty #803128

Tints of Lusty #803128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.58%

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

R = 58.99%
G = 22.58%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#803128 (or 0x803128) is known color: Lusty. HEX triplet: 80, 31 and 28. RGB value is (128,49,40). Sum of RGB (Red+Green+Blue) = 128+49+40=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #803128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803128 is #7FCED7. Grayscale: #474747. Windows color (decimal): -8376024 or 2634112. OLE color: 2634112.

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

Color convert

RGB 128 49 40 -
CMYK 0 0.62 0.69 0.50
HSL 6.14º 0.52% 0.33% -
HSV(B) 6.14º 0.69% 0.5% -
XYZ 10.38 6.94 2.8 -
YUV 71.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 128 49 40 0 0.62 0.69 0.50 6.14 0.52 0.33
Hex 80 31 28 0 3E 45 32 6 34 21
Octal 200 61 50 0 76 105 62 6 64 41
Binary 10000000 110001 101000 0 111110 1000101 110010 110 110100 100001

Color Harmonies of #803128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803128

Black with #803128

Text Example


Text Example

White with #803128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803128; }

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

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

background-color css

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

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

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

border-color css

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

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

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