Html Css Color HEX #763331 Lusty

📋 copy color: '#763331'

red 118 ◦ green 51 ◦ blue 49

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

Shades of Lusty #763331

Tints of Lusty #763331

RGB

 RED value IS 118 (46.48% from 255) = 54.13%

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

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

R = 54.13%
G = 23.39%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#763331 (or 0x763331) is known color: Lusty. HEX triplet: 76, 33 and 31. RGB value is (118,51,49). Sum of RGB (Red+Green+Blue) = 118+51+49=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #763331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763331 is #89CCCE. Grayscale: #464646. Windows color (decimal): -9030863 or 3224438. OLE color: 3224438.

HSL color Cylindrical-coordinate representation of color #763331: hue angle of 1.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763331 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 49 -
CMYK 0 0.57 0.58 0.54
HSL 1.74º 0.41% 0.33% -
HSV(B) 1.74º 0.58% 0.46% -
XYZ 9.21 6.44 3.66 -
YUV 70.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 118 51 49 0 0.57 0.58 0.54 1.74 0.41 0.33
Hex 76 33 31 0 39 3A 36 2 29 21
Octal 166 63 61 0 71 72 66 2 51 41
Binary 1110110 110011 110001 0 111001 111010 110110 10 101001 100001

Color Harmonies of #763331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763331

Black with #763331

Text Example


Text Example

White with #763331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763331; }

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

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

background-color css

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

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

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

border-color css

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

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

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