Html Css Color HEX #9F214D Lipstick

📋 copy color: '#9F214D'

red 159 ◦ green 33 ◦ blue 77

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

Shades of Lipstick #9F214D

Tints of Lipstick #9F214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.27%

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

R = 59.11%
G = 12.27%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F214D (or 0x9F214D) is known color: Lipstick. HEX triplet: 9F, 21 and 4D. RGB value is (159,33,77). Sum of RGB (Red+Green+Blue) = 159+33+77=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F214D is #60DEB2. Grayscale: #4B4B4B. Windows color (decimal): -6348467 or 5054879. OLE color: 5054879.

HSL color Cylindrical-coordinate representation of color #9F214D: hue angle of 339.05º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F214D is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 33 77 -
CMYK 0 0.79 0.52 0.38
HSL 339.05º 0.66% 0.38% -
HSV(B) 339.05º 0.79% 0.62% -
XYZ 16.18 8.99 7.9 -
YUV 75.69 128.74 187.42 -
System Red Green Blue C M Y K H S L
Decimal 159 33 77 0 0.79 0.52 0.38 339.05 0.66 0.38
Hex 9F 21 4D 0 4F 34 26 153 42 26
Octal 237 41 115 0 117 64 46 523 102 46
Binary 10011111 100001 1001101 0 1001111 110100 100110 101010011 1000010 100110

Color Harmonies of #9F214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F214D

Black with #9F214D

Text Example


Text Example

White with #9F214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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