#9A1850

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

Shades of Lipstick #9A1850

Tints of Lipstick #9A1850

Color information

#9A1850 (or 0x9A1850) is unknown color: approx Lipstick. HEX triplet: 9A, 18 and 50. RGB value is (154,24,80). Sum of RGB (Red+Green+Blue) = 154+24+80=258 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.69% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1850 is #65E7AF. Grayscale: #454545. Windows color (decimal): -6678448 or 5249178. OLE color: 5249178.

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

Color convert

RGB1542480-
CMYK00.840.480.40
HSL334.15º73.03%34.9%-
HSV(B)334.15º84.42%60.39%-
XYZ15.18.18.36-
YUV69.25134.07188.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.69%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=59.69%
G=9.30%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154248000.840.480.40334.1573.0334.9
Hex9A1850054302814e4923
Octal232301200124605051611143
Binary10011010110001010000010101001100001010001010011101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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