#972658

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

Shades of Lipstick #972658

Tints of Lipstick #972658

Color information

#972658 (or 0x972658) is unknown color: approx Lipstick. HEX triplet: 97, 26 and 58. RGB value is (151,38,88). Sum of RGB (Red+Green+Blue) = 151+38+88=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #972658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972658 is #68D9A7. Grayscale: #4D4D4D. Windows color (decimal): -6871464 or 5777047. OLE color: 5777047.

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

Color convert

RGB1513888-
CMYK00.750.420.41
HSL333.45º59.79%37.06%-
HSV(B)333.45º74.83%59.22%-
XYZ15.228.6710.1-
YUV77.49133.94180.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.51%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=54.51%
G=13.72%
B=31.77%

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
Decimal151388800.750.420.41333.4559.7937.06
Hex97265804B2A2914d3c25
Octal22746130011352515157445
Binary10010111100110101100001001011101010101001101001101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972658; }

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

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

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

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

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

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

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

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