#752727

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

Shades of Lusty #752727

Tints of Lusty #752727

Color information

#752727 (or 0x752727) is unknown color: approx Lusty. HEX triplet: 75, 27 and 27. RGB value is (117,39,39). Sum of RGB (Red+Green+Blue) = 117+39+39=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #752727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752727 is #8AD8D8. Grayscale: #3E3E3E. Windows color (decimal): -9099481 or 2566005. OLE color: 2566005.

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

Color convert

RGB1173939-
CMYK00.670.670.54
HSL50%30.59%-
HSV(B)66.67%45.88%-
XYZ8.435.382.51-
YUV62.32114.84167-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 39 (15.62% from 255) = 20%
R=60%
G=20%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117393900.670.670.5405030.59
Hex75272704343360321f
Octal165474701031036606237
Binary1110101100111100111010000111000011110110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752727; }

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

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

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

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

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

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

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

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