Html Css Color HEX #773331 Lusty

📋 copy color: '#773331'

red 119 ◦ green 51 ◦ blue 49

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

Shades of Lusty #773331

Tints of Lusty #773331

RGB

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

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

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

R = 54.34%
G = 23.29%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#773331 (or 0x773331) is known color: Lusty. HEX triplet: 77, 33 and 31. RGB value is (119,51,49). Sum of RGB (Red+Green+Blue) = 119+51+49=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #773331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773331 is #88CCCE. Grayscale: #474747. Windows color (decimal): -8965327 or 3224439. OLE color: 3224439.

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

Color convert

RGB 119 51 49 -
CMYK 0 0.57 0.59 0.53
HSL 1.71º 0.42% 0.33% -
HSV(B) 1.71º 0.59% 0.47% -
XYZ 9.35 6.51 3.67 -
YUV 71.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 119 51 49 0 0.57 0.59 0.53 1.71 0.42 0.33
Hex 77 33 31 0 39 3B 35 2 2A 21
Octal 167 63 61 0 71 73 65 2 52 41
Binary 1110111 110011 110001 0 111001 111011 110101 10 101010 100001

Color Harmonies of #773331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773331

Black with #773331

Text Example


Text Example

White with #773331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773331; }

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

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

background-color css

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

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

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

border-color css

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

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

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