#763231

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

Shades of Lusty #763231

Tints of Lusty #763231

Color information

#763231 (or 0x763231) is unknown color: approx Lusty. HEX triplet: 76, 32 and 31. RGB value is (118,50,49). Sum of RGB (Red+Green+Blue) = 118+50+49=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #763231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763231 is #89CDCE. Grayscale: #464646. Windows color (decimal): -9031119 or 3224182. OLE color: 3224182.

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

Color convert

RGB1185049-
CMYK00.580.580.54
HSL0.87º41.32%32.75%-
HSV(B)0.87º58.47%46.27%-
XYZ9.176.353.65-
YUV70.22116.03162.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 49 (19.53% from 255) = 22.58%
R=54.38%
G=23.04%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118504900.580.580.540.8741.3232.75
Hex76323103A3A3612921
Octal1666261072726615141
Binary111011011001011000101110101110101101101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763231; }

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

 H1.HeaderClassName
 {
   color: #763231;
 }
 .AnyTagClassName
 {
   color: #763231;
 }
</style>
background-color css

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

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

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

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

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

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