Html Css Color HEX #9F173F Lipstick

📋 copy color: '#9F173F'

red 159 ◦ green 23 ◦ blue 63

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

Shades of Lipstick #9F173F

Tints of Lipstick #9F173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.71%

R = 64.9%
G = 9.39%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F173F (or 0x9F173F) is known color: Lipstick. HEX triplet: 9F, 17 and 3F. RGB value is (159,23,63). Sum of RGB (Red+Green+Blue) = 159+23+63=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F173F is #60E8C0. Grayscale: #444444. Windows color (decimal): -6351041 or 4134815. OLE color: 4134815.

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

Color convert

RGB 159 23 63 -
CMYK 0 0.86 0.60 0.38
HSL 342.35º 0.75% 0.36% -
HSV(B) 342.35º 0.86% 0.62% -
XYZ 15.5 8.34 5.5 -
YUV 68.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 159 23 63 0 0.86 0.60 0.38 342.35 0.75 0.36
Hex 9F 17 3F 0 56 3C 26 156 4B 24
Octal 237 27 77 0 126 74 46 526 113 44
Binary 10011111 10111 111111 0 1010110 111100 100110 101010110 1001011 100100

Color Harmonies of #9F173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F173F

Black with #9F173F

Text Example


Text Example

White with #9F173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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