#752823

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

Shades of Lusty #752823

Tints of Lusty #752823

Color information

#752823 (or 0x752823) is unknown color: approx Lusty. HEX triplet: 75, 28 and 23. RGB value is (117,40,35). Sum of RGB (Red+Green+Blue) = 117+40+35=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #752823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752823 is #8AD7DC. Grayscale: #3E3E3E. Windows color (decimal): -9099229 or 2304117. OLE color: 2304117.

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

Color convert

RGB1174035-
CMYK00.660.700.54
HSL3.66º53.95%29.8%-
HSV(B)3.66º70.09%45.88%-
XYZ8.45.422.19-
YUV62.45112.51166.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 35 (14.06% from 255) = 18.23%
R=60.94%
G=20.83%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117403500.660.700.543.6653.9529.8
Hex75282304246364361e
Octal165504301021066646636
Binary111010110100010001101000010100011011011010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752823; }

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

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

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

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

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

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

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

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