Html Css Color HEX #793331 Lusty

📋 copy color: '#793331'

red 121 ◦ green 51 ◦ blue 49

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

Shades of Lusty #793331

Tints of Lusty #793331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.17%

R = 54.75%
G = 23.08%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#793331 (or 0x793331) is known color: Lusty. HEX triplet: 79, 33 and 31. RGB value is (121,51,49). Sum of RGB (Red+Green+Blue) = 121+51+49=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #793331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793331 is #86CCCE. Grayscale: #474747. Windows color (decimal): -8834255 or 3224441. OLE color: 3224441.

HSL color Cylindrical-coordinate representation of color #793331: hue angle of 1.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #793331 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 51 49 -
CMYK 0 0.58 0.60 0.53
HSL 1.67º 0.42% 0.33% -
HSV(B) 1.67º 0.6% 0.47% -
XYZ 9.62 6.65 3.68 -
YUV 71.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 121 51 49 0 0.58 0.60 0.53 1.67 0.42 0.33
Hex 79 33 31 0 3A 3C 35 2 2A 21
Octal 171 63 61 0 72 74 65 2 52 41
Binary 1111001 110011 110001 0 111010 111100 110101 10 101010 100001

Color Harmonies of #793331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793331

Black with #793331

Text Example


Text Example

White with #793331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793331; }

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

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

background-color css

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

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

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

border-color css

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

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

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