#9A174C

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

Shades of Lipstick #9A174C

Tints of Lipstick #9A174C

Color information

#9A174C (or 0x9A174C) is unknown color: approx Lipstick. HEX triplet: 9A, 17 and 4C. RGB value is (154,23,76). Sum of RGB (Red+Green+Blue) = 154+23+76=253 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.87% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 154 - color contains mainly: red. Hex color #9A174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A174C is #65E8B3. Grayscale: #444444. Windows color (decimal): -6678708 or 4986778. OLE color: 4986778.

HSL color Cylindrical-coordinate representation of color #9A174C: hue angle of 335.73º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A174C is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1542376-
CMYK00.850.510.40
HSL335.73º74.01%34.71%-
HSV(B)335.73º85.06%60.39%-
XYZ14.9487.6-
YUV68.21132.4189.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 60.87%
GREEN value IS 23 (9.38% from 255) = 9.09%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=60.87%
G=9.09%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154237600.850.510.40335.7374.0134.71
Hex9A174C05533281504a23
Octal232271140125635052011243
Binary10011010101111001100010101011100111010001010100001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,23,76); }

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

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

 a { background-color: rgb(154,23,76); }

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

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

 span { border-color: rgb(154,23,76); }

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