Html Css Color HEX #802A29 Lusty

📋 copy color: '#802A29'

red 128 ◦ green 42 ◦ blue 41

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

Shades of Lusty #802A29

Tints of Lusty #802A29

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.91%

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

R = 60.66%
G = 19.91%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#802A29 (or 0x802A29) is known color: Lusty. HEX triplet: 80, 2A and 29. RGB value is (128,42,41). Sum of RGB (Red+Green+Blue) = 128+42+41=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #802A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A29 is #7FD5D6. Grayscale: #434343. Windows color (decimal): -8377815 or 2697856. OLE color: 2697856.

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

Color convert

RGB 128 42 41 -
CMYK 0 0.67 0.68 0.50
HSL 0.69º 0.51% 0.33% -
HSV(B) 0.69º 0.68% 0.5% -
XYZ 10.13 6.41 2.8 -
YUV 67.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 128 42 41 0 0.67 0.68 0.50 0.69 0.51 0.33
Hex 80 2A 29 0 43 44 32 1 33 21
Octal 200 52 51 0 103 104 62 1 63 41
Binary 10000000 101010 101001 0 1000011 1000100 110010 1 110011 100001

Color Harmonies of #802A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802A29

Black with #802A29

Text Example


Text Example

White with #802A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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