#752521

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

Shades of Lusty #752521

Tints of Lusty #752521

Color information

#752521 (or 0x752521) is unknown color: approx Lusty. HEX triplet: 75, 25 and 21. RGB value is (117,37,33). Sum of RGB (Red+Green+Blue) = 117+37+33=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #752521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752521 is #8ADADE. Grayscale: #3C3C3C. Windows color (decimal): -9099999 or 2172277. OLE color: 2172277.

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

Color convert

RGB1173733-
CMYK00.680.720.54
HSL2.86º56%29.41%-
HSV(B)2.86º71.79%45.88%-
XYZ8.275.212.01-
YUV60.46112.5168.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=62.57%
G=19.79%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117373300.680.720.542.865629.41
Hex75252104448363381d
Octal165454101041106637035
Binary11101011001011000010100010010010001101101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752521; }

 p { color: rgb(117,37,33); }

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

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

 a { background-color: rgb(117,37,33); }

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

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

 span { border-color: rgb(117,37,33); }

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