#752928

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

Shades of Lusty #752928

Tints of Lusty #752928

Color information

#752928 (or 0x752928) is unknown color: approx Lusty. HEX triplet: 75, 29 and 28. RGB value is (117,41,40). Sum of RGB (Red+Green+Blue) = 117+41+40=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #752928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752928 is #8AD6D7. Grayscale: #3F3F3F. Windows color (decimal): -9098968 or 2632053. OLE color: 2632053.

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

Color convert

RGB1174140-
CMYK00.650.660.54
HSL0.78º49.04%30.78%-
HSV(B)0.78º65.81%45.88%-
XYZ8.515.522.62-
YUV63.61114.68166.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 41 (16.41% from 255) = 20.71%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=59.09%
G=20.71%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117414000.650.660.540.7849.0430.78
Hex75292804142361311f
Octal165515001011026616137
Binary1110101101001101000010000011000010110110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752928; }

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

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

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

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

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

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

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

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