#972558

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

Shades of Lipstick #972558

Tints of Lipstick #972558

Color information

#972558 (or 0x972558) is unknown color: approx Lipstick. HEX triplet: 97, 25 and 58. RGB value is (151,37,88). Sum of RGB (Red+Green+Blue) = 151+37+88=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #972558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972558 is #68DAA7. Grayscale: #4C4C4C. Windows color (decimal): -6871720 or 5776791. OLE color: 5776791.

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

Color convert

RGB1513788-
CMYK00.750.420.41
HSL333.16º60.64%36.86%-
HSV(B)333.16º75.5%59.22%-
XYZ15.198.6110.09-
YUV76.9134.27180.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.71%
GREEN value IS 37 (14.84% from 255) = 13.41%
BLUE value IS 88 (34.77% from 255) = 31.88%
R=54.71%
G=13.41%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151378800.750.420.41333.1660.6436.86
Hex97255804B2A2914d3d25
Octal22745130011352515157545
Binary10010111100101101100001001011101010101001101001101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972558; }

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

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

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

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

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

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

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

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