#9A2551

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

Shades of Lipstick #9A2551

Tints of Lipstick #9A2551

Color information

#9A2551 (or 0x9A2551) is unknown color: approx Lipstick. HEX triplet: 9A, 25 and 51. RGB value is (154,37,81). Sum of RGB (Red+Green+Blue) = 154+37+81=272 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.62% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2551 is #65DAAE. Grayscale: #4C4C4C. Windows color (decimal): -6675119 or 5318042. OLE color: 5318042.

HSL color Cylindrical-coordinate representation of color #9A2551: hue angle of 337.44º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A2551 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1543781-
CMYK00.760.470.40
HSL337.44º61.26%37.45%-
HSV(B)337.44º75.97%60.39%-
XYZ15.478.798.67-
YUV77130.26182.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56.62%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 81 (32.03% from 255) = 29.78%
R=56.62%
G=13.60%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154378100.760.470.40337.4461.2637.45
Hex9A255104C2F281513d25
Octal23245121011457505217545
Binary10011010100101101000101001100101111101000101010001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A2551; }

 p { color: rgb(154,37,81); }

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

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

 a { background-color: rgb(154,37,81); }

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

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

 span { border-color: rgb(154,37,81); }

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