#753231

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

Shades of Lusty #753231

Tints of Lusty #753231

Color information

#753231 (or 0x753231) is unknown color: approx Lusty. HEX triplet: 75, 32 and 31. RGB value is (117,50,49). Sum of RGB (Red+Green+Blue) = 117+50+49=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #753231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753231 is #8ACDCE. Grayscale: #454545. Windows color (decimal): -9096655 or 3224181. OLE color: 3224181.

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

Color convert

RGB1175049-
CMYK00.570.580.54
HSL0.88º40.96%32.55%-
HSV(B)0.88º58.12%45.88%-
XYZ9.036.283.64-
YUV69.92116.2161.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 49 (19.53% from 255) = 22.69%
R=54.17%
G=23.15%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117504900.570.580.540.8840.9632.55
Hex7532310393A3612921
Octal1656261071726615141
Binary111010111001011000101110011110101101101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753231; }

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

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

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

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

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

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

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

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