#752927

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

Shades of Lusty #752927

Tints of Lusty #752927

Color information

#752927 (or 0x752927) is unknown color: approx Lusty. HEX triplet: 75, 29 and 27. RGB value is (117,41,39). Sum of RGB (Red+Green+Blue) = 117+41+39=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #752927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752927 is #8AD6D8. Grayscale: #3F3F3F. Windows color (decimal): -9098969 or 2566517. OLE color: 2566517.

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

Color convert

RGB1174139-
CMYK00.650.670.54
HSL1.54º50%30.59%-
HSV(B)1.54º66.67%45.88%-
XYZ8.55.512.54-
YUV63.5114.18166.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=59.39%
G=20.81%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117413900.650.670.541.545030.59
Hex75292704143362321f
Octal165514701011036626237
Binary11101011010011001110100000110000111101101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752927; }

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

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

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

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

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

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

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

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