#752921

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

Shades of Lusty #752921

Tints of Lusty #752921

Color information

#752921 (or 0x752921) is unknown color: approx Lusty. HEX triplet: 75, 29 and 21. RGB value is (117,41,33). Sum of RGB (Red+Green+Blue) = 117+41+33=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #752921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752921 is #8AD6DE. Grayscale: #3E3E3E. Windows color (decimal): -9098975 or 2173301. OLE color: 2173301.

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

Color convert

RGB1174133-
CMYK00.650.720.54
HSL5.71º56%29.41%-
HSV(B)5.71º71.79%45.88%-
XYZ8.45.482.05-
YUV62.81111.18166.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.26%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=61.26%
G=21.47%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117413300.650.720.545.715629.41
Hex75292104148366381d
Octal165514101011106667035
Binary111010110100110000101000001100100011011011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752921; }

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

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

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

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

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

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

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

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