#972458

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

Shades of Lipstick #972458

Tints of Lipstick #972458

Color information

#972458 (or 0x972458) is unknown color: approx Lipstick. HEX triplet: 97, 24 and 58. RGB value is (151,36,88). Sum of RGB (Red+Green+Blue) = 151+36+88=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #972458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972458 is #68DBA7. Grayscale: #4C4C4C. Windows color (decimal): -6871976 or 5776535. OLE color: 5776535.

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

Color convert

RGB1513688-
CMYK00.760.420.41
HSL332.87º61.5%36.67%-
HSV(B)332.87º76.16%59.22%-
XYZ15.158.5510.08-
YUV76.31134.6181.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.91%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 88 (34.77% from 255) = 32%
R=54.91%
G=13.09%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151368800.760.420.41332.8761.536.67
Hex97245804C2A2914d3d25
Octal22744130011452515157545
Binary10010111100100101100001001100101010101001101001101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972458; }

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

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

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

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

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

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

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

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