#763331

Color #763331 Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #763331

Tints of Lusty #763331

Color information

#763331 (or 0x763331) is unknown color: approx 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

RGB1185149-
CMYK00.570.580.54
HSL1.74º41.32%32.75%-
HSV(B)1.74º58.47%46.27%-
XYZ9.216.443.66-
YUV70.8115.7161.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118514900.570.580.541.7441.3232.75
Hex7633310393A3622921
Octal1666361071726625141
Binary1110110110011110001011100111101011011010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>