#9A173F

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

Shades of Lipstick #9A173F

Tints of Lipstick #9A173F

Color information

#9A173F (or 0x9A173F) is unknown color: approx Lipstick. HEX triplet: 9A, 17 and 3F. RGB value is (154,23,63). Sum of RGB (Red+Green+Blue) = 154+23+63=240 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.17% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 154 - color contains mainly: red. Hex color #9A173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A173F is #65E8C0. Grayscale: #424242. Windows color (decimal): -6678721 or 4134810. OLE color: 4134810.

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

Color convert

RGB1542363-
CMYK00.850.590.40
HSL341.68º74.01%34.71%-
HSV(B)341.68º85.06%60.39%-
XYZ14.537.845.45-
YUV66.73125.9190.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 64.17%
GREEN value IS 23 (9.38% from 255) = 9.58%
BLUE value IS 63 (25% from 255) = 26.25%
R=64.17%
G=9.58%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154236300.850.590.40341.6874.0134.71
Hex9A173F0553B281564a23
Octal23227770125735052611243
Binary1001101010111111111010101011110111010001010101101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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