Html Css Color HEX #793531 Lusty

📋 copy color: '#793531'

red 121 ◦ green 53 ◦ blue 49

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

Shades of Lusty #793531

Tints of Lusty #793531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

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

R = 54.26%
G = 23.77%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#793531 (or 0x793531) is known color: Lusty. HEX triplet: 79, 35 and 31. RGB value is (121,53,49). Sum of RGB (Red+Green+Blue) = 121+53+49=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #793531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793531 is #86CACE. Grayscale: #484848. Windows color (decimal): -8833743 or 3224953. OLE color: 3224953.

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

Color convert

RGB 121 53 49 -
CMYK 0 0.56 0.60 0.53
HSL 3.33º 0.42% 0.33% -
HSV(B) 3.33º 0.6% 0.47% -
XYZ 9.71 6.83 3.71 -
YUV 72.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 121 53 49 0 0.56 0.60 0.53 3.33 0.42 0.33
Hex 79 35 31 0 38 3C 35 3 2A 21
Octal 171 65 61 0 70 74 65 3 52 41
Binary 1111001 110101 110001 0 111000 111100 110101 11 101010 100001

Color Harmonies of #793531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793531

Black with #793531

Text Example


Text Example

White with #793531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793531; }

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

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

background-color css

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

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

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

border-color css

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

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

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