Html Css Color HEX #802F29 Lusty

📋 copy color: '#802F29'

red 128 ◦ green 47 ◦ blue 41

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

Shades of Lusty #802F29

Tints of Lusty #802F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.76%

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

R = 59.26%
G = 21.76%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#802F29 (or 0x802F29) is known color: Lusty. HEX triplet: 80, 2F and 29. RGB value is (128,47,41). Sum of RGB (Red+Green+Blue) = 128+47+41=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #802F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F29 is #7FD0D6. Grayscale: #464646. Windows color (decimal): -8376535 or 2699136. OLE color: 2699136.

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

Color convert

RGB 128 47 41 -
CMYK 0 0.63 0.68 0.50
HSL 4.14º 0.51% 0.33% -
HSV(B) 4.14º 0.68% 0.5% -
XYZ 10.32 6.78 2.86 -
YUV 70.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 128 47 41 0 0.63 0.68 0.50 4.14 0.51 0.33
Hex 80 2F 29 0 3F 44 32 4 33 21
Octal 200 57 51 0 77 104 62 4 63 41
Binary 10000000 101111 101001 0 111111 1000100 110010 100 110011 100001

Color Harmonies of #802F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802F29

Black with #802F29

Text Example


Text Example

White with #802F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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