#972450

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

Shades of Lipstick #972450

Tints of Lipstick #972450

Color information

#972450 (or 0x972450) is unknown color: approx Lipstick. HEX triplet: 97, 24 and 50. RGB value is (151,36,80). Sum of RGB (Red+Green+Blue) = 151+36+80=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #972450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972450 is #68DBAF. Grayscale: #4B4B4B. Windows color (decimal): -6871984 or 5252247. OLE color: 5252247.

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

Color convert

RGB1513680-
CMYK00.760.470.41
HSL337.04º61.5%36.67%-
HSV(B)337.04º76.16%59.22%-
XYZ14.848.428.43-
YUV75.4130.6181.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.55%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=56.55%
G=13.48%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151368000.760.470.41337.0461.536.67
Hex97245004C2F291513d25
Octal22744120011457515217545
Binary10010111100100101000001001100101111101001101010001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972450; }

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

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

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

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

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

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

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

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