#752920

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

Shades of Lusty #752920

Tints of Lusty #752920

Color information

#752920 (or 0x752920) is unknown color: approx Lusty. HEX triplet: 75, 29 and 20. RGB value is (117,41,32). Sum of RGB (Red+Green+Blue) = 117+41+32=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752920 is #8AD6DF. Grayscale: #3E3E3E. Windows color (decimal): -9098976 or 2107765. OLE color: 2107765.

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

Color convert

RGB1174132-
CMYK00.650.730.54
HSL6.35º57.05%29.22%-
HSV(B)6.35º72.65%45.88%-
XYZ8.395.471.98-
YUV62.7110.68166.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=61.58%
G=21.58%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117413200.650.730.546.3557.0529.22
Hex75292004149366391d
Octal165514001011116667135
Binary111010110100110000001000001100100111011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752920; }

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

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

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

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

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

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

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

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