#753230

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

Shades of Lusty #753230

Tints of Lusty #753230

Color information

#753230 (or 0x753230) is unknown color: approx Lusty. HEX triplet: 75, 32 and 30. RGB value is (117,50,48). Sum of RGB (Red+Green+Blue) = 117+50+48=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #753230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753230 is #8ACDCF. Grayscale: #454545. Windows color (decimal): -9096656 or 3158645. OLE color: 3158645.

HSL color Cylindrical-coordinate representation of color #753230: hue angle of 1.74º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #753230 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1175048-
CMYK00.570.590.54
HSL1.74º41.82%32.35%-
HSV(B)1.74º58.97%45.88%-
XYZ9.016.283.53-
YUV69.8115.7161.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=54.42%
G=23.26%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117504800.570.590.541.7441.8232.35
Hex7532300393B3622a20
Octal1656260071736625240
Binary1110101110010110000011100111101111011010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753230; }

 p { color: rgb(117,50,48); }

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

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

 a { background-color: rgb(117,50,48); }

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

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

 span { border-color: rgb(117,50,48); }

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