Html Css Color HEX #802C29 Lusty

📋 copy color: '#802C29'

red 128 ◦ green 44 ◦ blue 41

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

Shades of Lusty #802C29

Tints of Lusty #802C29

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.66%

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

R = 60.09%
G = 20.66%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#802C29 (or 0x802C29) is known color: Lusty. HEX triplet: 80, 2C and 29. RGB value is (128,44,41). Sum of RGB (Red+Green+Blue) = 128+44+41=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #802C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C29 is #7FD3D6. Grayscale: #444444. Windows color (decimal): -8377303 or 2698368. OLE color: 2698368.

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

Color convert

RGB 128 44 41 -
CMYK 0 0.66 0.68 0.50
HSL 2.07º 0.51% 0.33% -
HSV(B) 2.07º 0.68% 0.5% -
XYZ 10.2 6.55 2.82 -
YUV 68.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 128 44 41 0 0.66 0.68 0.50 2.07 0.51 0.33
Hex 80 2C 29 0 42 44 32 2 33 21
Octal 200 54 51 0 102 104 62 2 63 41
Binary 10000000 101100 101001 0 1000010 1000100 110010 10 110011 100001

Color Harmonies of #802C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802C29

Black with #802C29

Text Example


Text Example

White with #802C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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