Html Css Color HEX #773531 Lusty

📋 copy color: '#773531'

red 119 ◦ green 53 ◦ blue 49

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

Shades of Lusty #773531

Tints of Lusty #773531

RGB

 RED value IS 119 (46.88% from 255) = 53.85%

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

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

R = 53.85%
G = 23.98%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#773531 (or 0x773531) is known color: Lusty. HEX triplet: 77, 35 and 31. RGB value is (119,53,49). Sum of RGB (Red+Green+Blue) = 119+53+49=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #773531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773531 is #88CACE. Grayscale: #484848. Windows color (decimal): -8964815 or 3224951. OLE color: 3224951.

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

Color convert

RGB 119 53 49 -
CMYK 0 0.55 0.59 0.53
HSL 3.43º 0.42% 0.33% -
HSV(B) 3.43º 0.59% 0.47% -
XYZ 9.44 6.69 3.7 -
YUV 72.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 119 53 49 0 0.55 0.59 0.53 3.43 0.42 0.33
Hex 77 35 31 0 37 3B 35 3 2A 21
Octal 167 65 61 0 67 73 65 3 52 41
Binary 1110111 110101 110001 0 110111 111011 110101 11 101010 100001

Color Harmonies of #773531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773531

Black with #773531

Text Example


Text Example

White with #773531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773531; }

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

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

background-color css

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

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

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

border-color css

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

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

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