#763433

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

Shades of Lusty #763433

Tints of Lusty #763433

Color information

#763433 (or 0x763433) is unknown color: approx Lusty. HEX triplet: 76, 34 and 33. RGB value is (118,52,51). Sum of RGB (Red+Green+Blue) = 118+52+51=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #763433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763433 is #89CBCC. Grayscale: #474747. Windows color (decimal): -9030605 or 3355766. OLE color: 3355766.

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

Color convert

RGB1185251-
CMYK00.560.570.54
HSL0.9º39.64%33.14%-
HSV(B)0.9º56.78%46.27%-
XYZ9.36.553.91-
YUV71.62116.37161.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 51 (20.31% from 255) = 23.08%
R=53.39%
G=23.53%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118525100.560.570.540.939.6433.14
Hex763433038393612821
Octal1666463070716615041
Binary111011011010011001101110001110011101101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763433; }

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

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

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

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

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

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

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

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