#752C27

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

Shades of Lusty #752C27

Tints of Lusty #752C27

Color information

#752C27 (or 0x752C27) is unknown color: approx Lusty. HEX triplet: 75, 2C and 27. RGB value is (117,44,39). Sum of RGB (Red+Green+Blue) = 117+44+39=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #752C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C27 is #8AD3D8. Grayscale: #414141. Windows color (decimal): -9098201 or 2567285. OLE color: 2567285.

HSL color Cylindrical-coordinate representation of color #752C27: hue angle of 3.85º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752C27 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1174439-
CMYK00.620.670.54
HSL3.85º50%30.59%-
HSV(B)3.85º66.67%45.88%-
XYZ8.65.732.57-
YUV65.26113.18164.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 44 (17.58% from 255) = 22%
BLUE value IS 39 (15.62% from 255) = 19.5%
R=58.5%
G=22%
B=19.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117443900.620.670.543.855030.59
Hex752C2703E43364321f
Octal16554470761036646237
Binary11101011011001001110111110100001111011010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752C27; }

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

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

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

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

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

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

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

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