#972553

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

Shades of Lipstick #972553

Tints of Lipstick #972553

Color information

#972553 (or 0x972553) is unknown color: approx Lipstick. HEX triplet: 97, 25 and 53. RGB value is (151,37,83). Sum of RGB (Red+Green+Blue) = 151+37+83=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #972553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972553 is #68DAAC. Grayscale: #4C4C4C. Windows color (decimal): -6871725 or 5449111. OLE color: 5449111.

HSL color Cylindrical-coordinate representation of color #972553: hue angle of 335.79º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972553 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1513783-
CMYK00.750.450.41
HSL335.79º60.64%36.86%-
HSV(B)335.79º75.5%59.22%-
XYZ14.998.539.04-
YUV76.33131.77181.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.72%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=55.72%
G=13.65%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151378300.750.450.41335.7960.6436.86
Hex97255304B2D291503d25
Octal22745123011355515207545
Binary10010111100101101001101001011101101101001101010000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972553; }

 p { color: rgb(151,37,83); }

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

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

 a { background-color: rgb(151,37,83); }

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

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

 span { border-color: rgb(151,37,83); }

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