Html Css Color HEX #9F1F50 Lipstick

📋 copy color: '#9F1F50'

red 159 ◦ green 31 ◦ blue 80

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

Shades of Lipstick #9F1F50

Tints of Lipstick #9F1F50

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.48%

 BLUE value IS 80 (31.64% from 255) = 29.63%

R = 58.89%
G = 11.48%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F1F50 (or 0x9F1F50) is known color: Lipstick. HEX triplet: 9F, 1F and 50. RGB value is (159,31,80). Sum of RGB (Red+Green+Blue) = 159+31+80=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F50 is #60E0AF. Grayscale: #4A4A4A. Windows color (decimal): -6348976 or 5250975. OLE color: 5250975.

HSL color Cylindrical-coordinate representation of color #9F1F50: hue angle of 337.03º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1F50 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 31 80 -
CMYK 0 0.81 0.50 0.38
HSL 337.03º 0.67% 0.37% -
HSV(B) 337.03º 0.81% 0.62% -
XYZ 16.24 8.93 8.46 -
YUV 74.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 159 31 80 0 0.81 0.50 0.38 337.03 0.67 0.37
Hex 9F 1F 50 0 51 32 26 151 43 25
Octal 237 37 120 0 121 62 46 521 103 45
Binary 10011111 11111 1010000 0 1010001 110010 100110 101010001 1000011 100101

Color Harmonies of #9F1F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F50

Black with #9F1F50

Text Example


Text Example

White with #9F1F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,31,80); }

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

background-color css

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

 a { background-color: rgb(159,31,80); }

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

border-color css

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

 span { border-color: rgb(159,31,80); }

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