Html Css Color HEX #793329 Lusty

📋 copy color: '#793329'

red 121 ◦ green 51 ◦ blue 41

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

Shades of Lusty #793329

Tints of Lusty #793329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.94%

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

R = 56.81%
G = 23.94%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#793329 (or 0x793329) is known color: Lusty. HEX triplet: 79, 33 and 29. RGB value is (121,51,41). Sum of RGB (Red+Green+Blue) = 121+51+41=213 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.81% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 121 - color contains mainly: red. Hex color #793329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793329 is #86CCD6. Grayscale: #464646. Windows color (decimal): -8834263 or 2700153. OLE color: 2700153.

HSL color Cylindrical-coordinate representation of color #793329: hue angle of 7.5º 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 #793329 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 51 41 -
CMYK 0 0.58 0.66 0.53
HSL 7.5º 0.49% 0.32% -
HSV(B) 7.5º 0.66% 0.47% -
XYZ 9.47 6.59 2.87 -
YUV 70.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 121 51 41 0 0.58 0.66 0.53 7.5 0.49 0.32
Hex 79 33 29 0 3A 42 35 8 31 20
Octal 171 63 51 0 72 102 65 10 61 40
Binary 1111001 110011 101001 0 111010 1000010 110101 1000 110001 100000

Color Harmonies of #793329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793329

Black with #793329

Text Example


Text Example

White with #793329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793329; }

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

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

background-color css

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

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

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

border-color css

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

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

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