#752725

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

Shades of Lusty #752725

Tints of Lusty #752725

Color information

#752725 (or 0x752725) is unknown color: approx Lusty. HEX triplet: 75, 27 and 25. RGB value is (117,39,37). Sum of RGB (Red+Green+Blue) = 117+39+37=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #752725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752725 is #8AD8DA. Grayscale: #3E3E3E. Windows color (decimal): -9099483 or 2434933. OLE color: 2434933.

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

Color convert

RGB1173937-
CMYK00.670.680.54
HSL1.5º51.95%30.2%-
HSV(B)1.5º68.38%45.88%-
XYZ8.45.372.34-
YUV62.09113.84167.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.62%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 37 (14.84% from 255) = 19.17%
R=60.62%
G=20.21%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117393700.670.680.541.551.9530.2
Hex75272504344362341e
Octal165474501031046626436
Binary11101011001111001010100001110001001101101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752725; }

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

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

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

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

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

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

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

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