Html Css Color HEX #9F1E4D Lipstick

📋 copy color: '#9F1E4D'

red 159 ◦ green 30 ◦ blue 77

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

Shades of Lipstick #9F1E4D

Tints of Lipstick #9F1E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.95%

R = 59.77%
G = 11.28%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F1E4D (or 0x9F1E4D) is known color: Lipstick. HEX triplet: 9F, 1E and 4D. RGB value is (159,30,77). Sum of RGB (Red+Green+Blue) = 159+30+77=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1E4D is #60E1B2. Grayscale: #494949. Windows color (decimal): -6349235 or 5054111. OLE color: 5054111.

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

Color convert

RGB 159 30 77 -
CMYK 0 0.81 0.52 0.38
HSL 338.14º 0.68% 0.37% -
HSV(B) 338.14º 0.81% 0.62% -
XYZ 16.1 8.84 7.88 -
YUV 73.93 129.74 188.68 -
System Red Green Blue C M Y K H S L
Decimal 159 30 77 0 0.81 0.52 0.38 338.14 0.68 0.37
Hex 9F 1E 4D 0 51 34 26 152 44 25
Octal 237 36 115 0 121 64 46 522 104 45
Binary 10011111 11110 1001101 0 1010001 110100 100110 101010010 1000100 100101

Color Harmonies of #9F1E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E4D

Black with #9F1E4D

Text Example


Text Example

White with #9F1E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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