Html Css Color HEX #773231 Lusty

📋 copy color: '#773231'

red 119 ◦ green 50 ◦ blue 49

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

Shades of Lusty #773231

Tints of Lusty #773231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

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

R = 54.59%
G = 22.94%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#773231 (or 0x773231) is known color: Lusty. HEX triplet: 77, 32 and 31. RGB value is (119,50,49). Sum of RGB (Red+Green+Blue) = 119+50+49=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #773231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773231 is #88CDCE. Grayscale: #464646. Windows color (decimal): -8965583 or 3224183. OLE color: 3224183.

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

Color convert

RGB 119 50 49 -
CMYK 0 0.58 0.59 0.53
HSL 0.86º 0.42% 0.33% -
HSV(B) 0.86º 0.59% 0.47% -
XYZ 9.3 6.42 3.66 -
YUV 70.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 119 50 49 0 0.58 0.59 0.53 0.86 0.42 0.33
Hex 77 32 31 0 3A 3B 35 1 2A 21
Octal 167 62 61 0 72 73 65 1 52 41
Binary 1110111 110010 110001 0 111010 111011 110101 1 101010 100001

Color Harmonies of #773231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773231

Black with #773231

Text Example


Text Example

White with #773231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773231; }

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

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

background-color css

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

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

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

border-color css

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

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

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