#753232

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

Shades of Lusty #753232

Tints of Lusty #753232

Color information

#753232 (or 0x753232) is unknown color: approx Lusty. HEX triplet: 75, 32 and 32. RGB value is (117,50,50). Sum of RGB (Red+Green+Blue) = 117+50+50=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #753232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753232 is #8ACDCD. Grayscale: #464646. Windows color (decimal): -9096654 or 3289717. OLE color: 3289717.

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

Color convert

RGB1175050-
CMYK00.570.570.54
HSL40.12%32.75%-
HSV(B)57.26%45.88%-
XYZ9.056.293.76-
YUV70.03116.7161.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=53.92%
G=23.04%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117505000.570.570.54040.1232.75
Hex753232039393602821
Octal1656262071716605041
Binary111010111001011001001110011110011101100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753232; }

 p { color: rgb(117,50,50); }

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

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

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

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

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

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

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