#752524

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

Shades of Lusty #752524

Tints of Lusty #752524

Color information

#752524 (or 0x752524) is unknown color: approx Lusty. HEX triplet: 75, 25 and 24. RGB value is (117,37,36). Sum of RGB (Red+Green+Blue) = 117+37+36=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752524 is #8ADADB. Grayscale: #3C3C3C. Windows color (decimal): -9099996 or 2368885. OLE color: 2368885.

HSL color Cylindrical-coordinate representation of color #752524: hue angle of 0.74º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752524 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1173736-
CMYK00.680.690.54
HSL0.74º52.94%30%-
HSV(B)0.74º69.23%45.88%-
XYZ8.325.232.24-
YUV60.81114168.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 36 (14.45% from 255) = 18.95%
R=61.58%
G=19.47%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117373600.680.690.540.7452.9430
Hex75252404445361351e
Octal165454401041056616536
Binary1110101100101100100010001001000101110110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752524; }

 p { color: rgb(117,37,36); }

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

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

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

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

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

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

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