#753433

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

Shades of Lusty #753433

Tints of Lusty #753433

Color information

#753433 (or 0x753433) is unknown color: approx Lusty. HEX triplet: 75, 34 and 33. RGB value is (117,52,51). Sum of RGB (Red+Green+Blue) = 117+52+51=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #753433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753433 is #8ACBCC. Grayscale: #474747. Windows color (decimal): -9096141 or 3355765. OLE color: 3355765.

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

Color convert

RGB1175251-
CMYK00.560.560.54
HSL0.91º39.29%32.94%-
HSV(B)0.91º56.41%45.88%-
XYZ9.166.483.9-
YUV71.32116.53160.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 51 (20.31% from 255) = 23.18%
R=53.18%
G=23.64%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117525100.560.560.540.9139.2932.94
Hex753433038383612721
Octal1656463070706614741
Binary111010111010011001101110001110001101101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753433; }

 p { color: rgb(117,52,51); }

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

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

 a { background-color: rgb(117,52,51); }

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

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

 span { border-color: rgb(117,52,51); }

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