#972554

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

Shades of Lipstick #972554

Tints of Lipstick #972554

Color information

#972554 (or 0x972554) is unknown color: approx Lipstick. HEX triplet: 97, 25 and 54. RGB value is (151,37,84). Sum of RGB (Red+Green+Blue) = 151+37+84=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #972554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972554 is #68DAAB. Grayscale: #4C4C4C. Windows color (decimal): -6871724 or 5514647. OLE color: 5514647.

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

Color convert

RGB1513784-
CMYK00.750.440.41
HSL335.26º60.64%36.86%-
HSV(B)335.26º75.5%59.22%-
XYZ15.028.549.24-
YUV76.44132.27181.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.51%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 84 (33.20% from 255) = 30.88%
R=55.51%
G=13.60%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151378400.750.440.41335.2660.6436.86
Hex97255404B2C2914f3d25
Octal22745124011354515177545
Binary10010111100101101010001001011101100101001101001111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972554; }

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

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

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

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

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

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

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

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