#752D29

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

Shades of Lusty #752D29

Tints of Lusty #752D29

Color information

#752D29 (or 0x752D29) is unknown color: approx Lusty. HEX triplet: 75, 2D and 29. RGB value is (117,45,41). Sum of RGB (Red+Green+Blue) = 117+45+41=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #752D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D29 is #8AD2D6. Grayscale: #424242. Windows color (decimal): -9097943 or 2698613. OLE color: 2698613.

HSL color Cylindrical-coordinate representation of color #752D29: hue angle of 3.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752D29 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1174541-
CMYK00.620.650.54
HSL3.16º48.1%30.98%-
HSV(B)3.16º64.96%45.88%-
XYZ8.675.822.76-
YUV66.07113.85164.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 45 (17.97% from 255) = 22.17%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=57.64%
G=22.17%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117454100.620.650.543.1648.130.98
Hex752D2903E41363301f
Octal16555510761016636037
Binary1110101101101101001011111010000011101101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752D29; }

 p { color: rgb(117,45,41); }

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

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

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

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

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

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

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