Html Css Color HEX #803129 Lusty

📋 copy color: '#803129'

red 128 ◦ green 49 ◦ blue 41

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

Shades of Lusty #803129

Tints of Lusty #803129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.81%

R = 58.72%
G = 22.48%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#803129 (or 0x803129) is known color: Lusty. HEX triplet: 80, 31 and 29. RGB value is (128,49,41). Sum of RGB (Red+Green+Blue) = 128+49+41=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #803129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803129 is #7FCED6. Grayscale: #474747. Windows color (decimal): -8376023 or 2699648. OLE color: 2699648.

HSL color Cylindrical-coordinate representation of color #803129: hue angle of 5.52º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803129 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 49 41 -
CMYK 0 0.62 0.68 0.50
HSL 5.52º 0.51% 0.33% -
HSV(B) 5.52º 0.68% 0.5% -
XYZ 10.4 6.95 2.89 -
YUV 71.71 110.67 168.15 -
System Red Green Blue C M Y K H S L
Decimal 128 49 41 0 0.62 0.68 0.50 5.52 0.51 0.33
Hex 80 31 29 0 3E 44 32 6 33 21
Octal 200 61 51 0 76 104 62 6 63 41
Binary 10000000 110001 101001 0 111110 1000100 110010 110 110011 100001

Color Harmonies of #803129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803129

Black with #803129

Text Example


Text Example

White with #803129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803129; }

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

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

background-color css

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

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

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

border-color css

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

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

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