#752E2D

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

Shades of Lusty #752E2D

Tints of Lusty #752E2D

Color information

#752E2D (or 0x752E2D) is unknown color: approx Lusty. HEX triplet: 75, 2E and 2D. RGB value is (117,46,45). Sum of RGB (Red+Green+Blue) = 117+46+45=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #752E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E2D is #8AD1D2. Grayscale: #434343. Windows color (decimal): -9097683 or 2961013. OLE color: 2961013.

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

Color convert

RGB1174645-
CMYK00.610.620.54
HSL0.83º44.44%31.76%-
HSV(B)0.83º61.54%45.88%-
XYZ8.795.933.16-
YUV67.11115.52163.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=56.25%
G=22.12%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117464500.610.620.540.8344.4431.76
Hex752E2D03D3E3612c20
Octal1655655075766615440
Binary111010110111010110101111011111101101101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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