Html Css Color HEX #9F1447 Lipstick

📋 copy color: '#9F1447'

red 159 ◦ green 20 ◦ blue 71

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

Shades of Lipstick #9F1447

Tints of Lipstick #9F1447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

 BLUE value IS 71 (28.13% from 255) = 28.4%

R = 63.6%
G = 8%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9F1447 (or 0x9F1447) is known color: Lipstick. HEX triplet: 9F, 14 and 47. RGB value is (159,20,71). Sum of RGB (Red+Green+Blue) = 159+20+71=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1447 is #60EBB8. Grayscale: #434343. Windows color (decimal): -6351801 or 4658335. OLE color: 4658335.

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

Color convert

RGB 159 20 71 -
CMYK 0 0.87 0.55 0.38
HSL 337.99º 0.78% 0.35% -
HSV(B) 337.99º 0.87% 0.62% -
XYZ 15.69 8.33 6.74 -
YUV 67.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 159 20 71 0 0.87 0.55 0.38 337.99 0.78 0.35
Hex 9F 14 47 0 57 37 26 152 4E 23
Octal 237 24 107 0 127 67 46 522 116 43
Binary 10011111 10100 1000111 0 1010111 110111 100110 101010010 1001110 100011

Color Harmonies of #9F1447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1447

Black with #9F1447

Text Example


Text Example

White with #9F1447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,20,71); }

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

background-color css

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

 a { background-color: rgb(159,20,71); }

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

border-color css

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

 span { border-color: rgb(159,20,71); }

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