Html Css Color HEX #793229 Lusty

📋 copy color: '#793229'

red 121 ◦ green 50 ◦ blue 41

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

Shades of Lusty #793229

Tints of Lusty #793229

RGB

 RED value IS 121 (47.66% from 255) = 57.08%

 GREEN value IS 50 (19.92% from 255) = 23.58%

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

R = 57.08%
G = 23.58%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#793229 (or 0x793229) is known color: Lusty. HEX triplet: 79, 32 and 29. RGB value is (121,50,41). Sum of RGB (Red+Green+Blue) = 121+50+41=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #793229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793229 is #86CDD6. Grayscale: #464646. Windows color (decimal): -8834519 or 2699897. OLE color: 2699897.

HSL color Cylindrical-coordinate representation of color #793229: hue angle of 6.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #793229 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 50 41 -
CMYK 0 0.59 0.66 0.53
HSL 6.75º 0.49% 0.32% -
HSV(B) 6.75º 0.66% 0.47% -
XYZ 9.43 6.51 2.86 -
YUV 70.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 121 50 41 0 0.59 0.66 0.53 6.75 0.49 0.32
Hex 79 32 29 0 3B 42 35 7 31 20
Octal 171 62 51 0 73 102 65 7 61 40
Binary 1111001 110010 101001 0 111011 1000010 110101 111 110001 100000

Color Harmonies of #793229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793229

Black with #793229

Text Example


Text Example

White with #793229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793229; }

 p { color: rgb(121,50,41); }

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

background-color css

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

 a { background-color: rgb(121,50,41); }

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

border-color css

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

 span { border-color: rgb(121,50,41); }

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