#752423

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

Shades of Lusty #752423

Tints of Lusty #752423

Color information

#752423 (or 0x752423) is unknown color: approx Lusty. HEX triplet: 75, 24 and 23. RGB value is (117,36,35). Sum of RGB (Red+Green+Blue) = 117+36+35=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #752423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752423 is #8ADBDC. Grayscale: #3C3C3C. Windows color (decimal): -9100253 or 2303093. OLE color: 2303093.

HSL color Cylindrical-coordinate representation of color #752423: hue angle of 0.73º 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 #752423 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB1173635-
CMYK00.690.700.54
HSL0.73º53.95%29.8%-
HSV(B)0.73º70.09%45.88%-
XYZ8.275.172.15-
YUV60.1113.84168.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 35 (14.06% from 255) = 18.62%
R=62.23%
G=19.15%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117363500.690.700.540.7353.9529.8
Hex75242304546361361e
Octal165444301051066616636
Binary1110101100100100011010001011000110110110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752423; }

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

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

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

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

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

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

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

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