Html Css Color HEX #9F1E5B Lipstick

📋 copy color: '#9F1E5B'

red 159 ◦ green 30 ◦ blue 91

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

Shades of Lipstick #9F1E5B

Tints of Lipstick #9F1E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 56.79%
G = 10.71%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F1E5B (or 0x9F1E5B) is known color: Lipstick. HEX triplet: 9F, 1E and 5B. RGB value is (159,30,91). Sum of RGB (Red+Green+Blue) = 159+30+91=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1E5B is #60E1A4. Grayscale: #4B4B4B. Windows color (decimal): -6349221 or 5971615. OLE color: 5971615.

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

Color convert

RGB 159 30 91 -
CMYK 0 0.81 0.43 0.38
HSL 331.63º 0.68% 0.37% -
HSV(B) 331.63º 0.81% 0.62% -
XYZ 16.65 9.05 10.77 -
YUV 75.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 159 30 91 0 0.81 0.43 0.38 331.63 0.68 0.37
Hex 9F 1E 5B 0 51 2B 26 14C 44 25
Octal 237 36 133 0 121 53 46 514 104 45
Binary 10011111 11110 1011011 0 1010001 101011 100110 101001100 1000100 100101

Color Harmonies of #9F1E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E5B

Black with #9F1E5B

Text Example


Text Example

White with #9F1E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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