Html Css Color HEX #9F174D Lipstick

📋 copy color: '#9F174D'

red 159 ◦ green 23 ◦ blue 77

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

Shades of Lipstick #9F174D

Tints of Lipstick #9F174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.88%

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

R = 61.39%
G = 8.88%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F174D (or 0x9F174D) is known color: Lipstick. HEX triplet: 9F, 17 and 4D. RGB value is (159,23,77). Sum of RGB (Red+Green+Blue) = 159+23+77=259 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.39% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 159 - color contains mainly: red. Hex color #9F174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F174D is #60E8B2. Grayscale: #454545. Windows color (decimal): -6351027 or 5052319. OLE color: 5052319.

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

Color convert

RGB 159 23 77 -
CMYK 0 0.86 0.52 0.38
HSL 336.18º 0.75% 0.36% -
HSV(B) 336.18º 0.86% 0.62% -
XYZ 15.94 8.52 7.83 -
YUV 69.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 159 23 77 0 0.86 0.52 0.38 336.18 0.75 0.36
Hex 9F 17 4D 0 56 34 26 150 4B 24
Octal 237 27 115 0 126 64 46 520 113 44
Binary 10011111 10111 1001101 0 1010110 110100 100110 101010000 1001011 100100

Color Harmonies of #9F174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F174D

Black with #9F174D

Text Example


Text Example

White with #9F174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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