#9A2550

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

Shades of Lipstick #9A2550

Tints of Lipstick #9A2550

Color information

#9A2550 (or 0x9A2550) is unknown color: approx Lipstick. HEX triplet: 9A, 25 and 50. RGB value is (154,37,80). Sum of RGB (Red+Green+Blue) = 154+37+80=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2550 is #65DAAF. Grayscale: #4C4C4C. Windows color (decimal): -6675120 or 5252506. OLE color: 5252506.

HSL color Cylindrical-coordinate representation of color #9A2550: hue angle of 337.95º 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 #9A2550 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB1543780-
CMYK00.760.480.40
HSL337.95º61.26%37.45%-
HSV(B)337.95º75.97%60.39%-
XYZ15.448.778.47-
YUV76.89129.76183-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56.83%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=56.83%
G=13.65%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154378000.760.480.40337.9561.2637.45
Hex9A255004C30281523d25
Octal23245120011460505227545
Binary10011010100101101000001001100110000101000101010010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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