#9A1F4D

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

Shades of Lipstick #9A1F4D

Tints of Lipstick #9A1F4D

Color information

#9A1F4D (or 0x9A1F4D) is unknown color: approx Lipstick. HEX triplet: 9A, 1F and 4D. RGB value is (154,31,77). Sum of RGB (Red+Green+Blue) = 154+31+77=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1F4D is #65E0B2. Grayscale: #484848. Windows color (decimal): -6676659 or 5054362. OLE color: 5054362.

HSL color Cylindrical-coordinate representation of color #9A1F4D: hue angle of 337.56º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A1F4D is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB1543177-
CMYK00.800.500.40
HSL337.56º66.49%36.27%-
HSV(B)337.56º79.87%60.39%-
XYZ15.168.397.84-
YUV73.02130.25185.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.78%
GREEN value IS 31 (12.5% from 255) = 11.83%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=58.78%
G=11.83%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154317700.800.500.40337.5666.4936.27
Hex9A1F4D05032281524224
Octal232371150120625052210244
Binary10011010111111001101010100001100101010001010100101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,31,77); }

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

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

 a { background-color: rgb(154,31,77); }

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

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

 span { border-color: rgb(154,31,77); }

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