#752B27

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

Shades of Lusty #752B27

Tints of Lusty #752B27

Color information

#752B27 (or 0x752B27) is unknown color: approx Lusty. HEX triplet: 75, 2B and 27. RGB value is (117,43,39). Sum of RGB (Red+Green+Blue) = 117+43+39=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #752B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B27 is #8AD4D8. Grayscale: #404040. Windows color (decimal): -9098457 or 2567029. OLE color: 2567029.

HSL color Cylindrical-coordinate representation of color #752B27: hue angle of 3.08º 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 #752B27 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1174339-
CMYK00.630.670.54
HSL3.08º50%30.59%-
HSV(B)3.08º66.67%45.88%-
XYZ8.575.662.56-
YUV64.67113.52165.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.79%
GREEN value IS 43 (17.19% from 255) = 21.61%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=58.79%
G=21.61%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117433900.630.670.543.085030.59
Hex752B2703F43363321f
Octal16553470771036636237
Binary1110101101011100111011111110000111101101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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