Html Css Color HEX #793431 Lusty

📋 copy color: '#793431'

red 121 ◦ green 52 ◦ blue 49

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

Shades of Lusty #793431

Tints of Lusty #793431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

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

R = 54.5%
G = 23.42%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#793431 (or 0x793431) is known color: Lusty. HEX triplet: 79, 34 and 31. RGB value is (121,52,49). Sum of RGB (Red+Green+Blue) = 121+52+49=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #793431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793431 is #86CBCE. Grayscale: #484848. Windows color (decimal): -8833999 or 3224697. OLE color: 3224697.

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

Color convert

RGB 121 52 49 -
CMYK 0 0.57 0.60 0.53
HSL 2.5º 0.42% 0.33% -
HSV(B) 2.5º 0.6% 0.47% -
XYZ 9.67 6.74 3.7 -
YUV 72.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 121 52 49 0 0.57 0.60 0.53 2.5 0.42 0.33
Hex 79 34 31 0 39 3C 35 2 2A 21
Octal 171 64 61 0 71 74 65 2 52 41
Binary 1111001 110100 110001 0 111001 111100 110101 10 101010 100001

Color Harmonies of #793431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793431

Black with #793431

Text Example


Text Example

White with #793431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793431; }

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

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

background-color css

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

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

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

border-color css

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

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

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