Html Css Color HEX #9F2E5B Lipstick

📋 copy color: '#9F2E5B'

red 159 ◦ green 46 ◦ blue 91

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

Shades of Lipstick #9F2E5B

Tints of Lipstick #9F2E5B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.54%

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

R = 53.72%
G = 15.54%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F2E5B (or 0x9F2E5B) is known color: Lipstick. HEX triplet: 9F, 2E and 5B. RGB value is (159,46,91). Sum of RGB (Red+Green+Blue) = 159+46+91=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2E5B is #60D1A4. Grayscale: #545454. Windows color (decimal): -6345125 or 5975711. OLE color: 5975711.

HSL color Cylindrical-coordinate representation of color #9F2E5B: hue angle of 336.11º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F2E5B is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 46 91 -
CMYK 0 0.71 0.43 0.38
HSL 336.11º 0.55% 0.4% -
HSV(B) 336.11º 0.71% 0.62% -
XYZ 17.16 10.08 10.94 -
YUV 84.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 159 46 91 0 0.71 0.43 0.38 336.11 0.55 0.4
Hex 9F 2E 5B 0 47 2B 26 150 37 28
Octal 237 56 133 0 107 53 46 520 67 50
Binary 10011111 101110 1011011 0 1000111 101011 100110 101010000 110111 101000

Color Harmonies of #9F2E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2E5B

Black with #9F2E5B

Text Example


Text Example

White with #9F2E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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