Html Css Color HEX #763431 Lusty

📋 copy color: '#763431'

red 118 ◦ green 52 ◦ blue 49

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

Shades of Lusty #763431

Tints of Lusty #763431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.74%

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

R = 53.88%
G = 23.74%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#763431 (or 0x763431) is known color: Lusty. HEX triplet: 76, 34 and 31. RGB value is (118,52,49). Sum of RGB (Red+Green+Blue) = 118+52+49=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #763431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763431 is #89CBCE. Grayscale: #474747. Windows color (decimal): -9030607 or 3224694. OLE color: 3224694.

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

Color convert

RGB 118 52 49 -
CMYK 0 0.56 0.58 0.54
HSL 2.61º 0.41% 0.33% -
HSV(B) 2.61º 0.58% 0.46% -
XYZ 9.25 6.53 3.68 -
YUV 71.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 118 52 49 0 0.56 0.58 0.54 2.61 0.41 0.33
Hex 76 34 31 0 38 3A 36 3 29 21
Octal 166 64 61 0 70 72 66 3 51 41
Binary 1110110 110100 110001 0 111000 111010 110110 11 101001 100001

Color Harmonies of #763431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763431

Black with #763431

Text Example


Text Example

White with #763431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763431; }

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

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

background-color css

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

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

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

border-color css

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

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

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