#9A1D52

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

Shades of Lipstick #9A1D52

Tints of Lipstick #9A1D52

Color information

#9A1D52 (or 0x9A1D52) is unknown color: approx Lipstick. HEX triplet: 9A, 1D and 52. RGB value is (154,29,82). Sum of RGB (Red+Green+Blue) = 154+29+82=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1D52 is #65E2AD. Grayscale: #484848. Windows color (decimal): -6677166 or 5381530. OLE color: 5381530.

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

Color convert

RGB1542982-
CMYK00.810.470.40
HSL334.56º68.31%35.88%-
HSV(B)334.56º81.17%60.39%-
XYZ15.298.368.79-
YUV72.42133.41186.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.11%
GREEN value IS 29 (11.72% from 255) = 10.94%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=58.11%
G=10.94%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154298200.810.470.40334.5668.3135.88
Hex9A1D520512F2814f4424
Octal232351220121575051710444
Binary10011010111011010010010100011011111010001010011111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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