Html Css Color HEX #9F1E4A Lipstick

📋 copy color: '#9F1E4A'

red 159 ◦ green 30 ◦ blue 74

#9F1E4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #9F1E4A

Tints of Lipstick #9F1E4A

RGB

 RED value IS 159 (62.5% from 255) = 60.46%

 GREEN value IS 30 (12.11% from 255) = 11.41%

 BLUE value IS 74 (29.3% from 255) = 28.14%

R = 60.46%
G = 11.41%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F1E4A (or 0x9F1E4A) is known color: Lipstick. HEX triplet: 9F, 1E and 4A. RGB value is (159,30,74). Sum of RGB (Red+Green+Blue) = 159+30+74=263 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.46% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1E4A is #60E1B5. Grayscale: #494949. Windows color (decimal): -6349238 or 4857503. OLE color: 4857503.

HSL color Cylindrical-coordinate representation of color #9F1E4A: hue angle of 339.53º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1E4A is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 30 74 -
CMYK 0 0.81 0.53 0.38
HSL 339.53º 0.68% 0.37% -
HSV(B) 339.53º 0.81% 0.62% -
XYZ 16 8.79 7.33 -
YUV 73.59 128.24 188.92 -
System Red Green Blue C M Y K H S L
Decimal 159 30 74 0 0.81 0.53 0.38 339.53 0.68 0.37
Hex 9F 1E 4A 0 51 35 26 154 44 25
Octal 237 36 112 0 121 65 46 524 104 45
Binary 10011111 11110 1001010 0 1010001 110101 100110 101010100 1000100 100101

Color Harmonies of #9F1E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E4A

Black with #9F1E4A

Text Example


Text Example

White with #9F1E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,30,74); }

 H1.HeaderClassName
 {
   color: #9F1E4A;
 }
 .AnyTagClassName
 {
   color: #9F1E4A;
 }
</style>

background-color css

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

 a { background-color: rgb(159,30,74); }

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

border-color css

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

 span { border-color: rgb(159,30,74); }

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