#9A1D54

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

Shades of Lipstick #9A1D54

Tints of Lipstick #9A1D54

Color information

#9A1D54 (or 0x9A1D54) is unknown color: approx Lipstick. HEX triplet: 9A, 1D and 54. RGB value is (154,29,84). Sum of RGB (Red+Green+Blue) = 154+29+84=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1D54 is #65E2AB. Grayscale: #484848. Windows color (decimal): -6677164 or 5512602. OLE color: 5512602.

HSL color Cylindrical-coordinate representation of color #9A1D54: hue angle of 333.6º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A1D54 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB1542984-
CMYK00.810.450.40
HSL333.6º68.31%35.88%-
HSV(B)333.6º81.17%60.39%-
XYZ15.378.399.2-
YUV72.65134.41186.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.68%
GREEN value IS 29 (11.72% from 255) = 10.86%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=57.68%
G=10.86%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154298400.810.450.40333.668.3135.88
Hex9A1D540512D2814e4424
Octal232351240121555051610444
Binary10011010111011010100010100011011011010001010011101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,29,84); }

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

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

 a { background-color: rgb(154,29,84); }

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

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

 span { border-color: rgb(154,29,84); }

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