#9A1E4B

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

Shades of Lipstick #9A1E4B

Tints of Lipstick #9A1E4B

Color information

#9A1E4B (or 0x9A1E4B) is unknown color: approx Lipstick. HEX triplet: 9A, 1E and 4B. RGB value is (154,30,75). Sum of RGB (Red+Green+Blue) = 154+30+75=259 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.46% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1E4B is #65E1B4. Grayscale: #484848. Windows color (decimal): -6676917 or 4923034. OLE color: 4923034.

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

Color convert

RGB1543075-
CMYK00.810.510.40
HSL338.23º67.39%36.08%-
HSV(B)338.23º80.52%60.39%-
XYZ15.068.317.47-
YUV72.21129.58186.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.46%
GREEN value IS 30 (12.11% from 255) = 11.58%
BLUE value IS 75 (29.69% from 255) = 28.96%
R=59.46%
G=11.58%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154307500.810.510.40338.2367.3936.08
Hex9A1E4B05133281524324
Octal232361130121635052210344
Binary10011010111101001011010100011100111010001010100101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,30,75); }

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

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

 a { background-color: rgb(154,30,75); }

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

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

 span { border-color: rgb(154,30,75); }

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