Html Css Color HEX #9F1D59 Lipstick

📋 copy color: '#9F1D59'

red 159 ◦ green 29 ◦ blue 89

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

Shades of Lipstick #9F1D59

Tints of Lipstick #9F1D59

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.47%

 BLUE value IS 89 (35.16% from 255) = 32.13%

R = 57.4%
G = 10.47%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9F1D59 (or 0x9F1D59) is known color: Lipstick. HEX triplet: 9F, 1D and 59. RGB value is (159,29,89). Sum of RGB (Red+Green+Blue) = 159+29+89=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1D59 is #60E2A6. Grayscale: #4A4A4A. Windows color (decimal): -6349479 or 5840287. OLE color: 5840287.

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

Color convert

RGB 159 29 89 -
CMYK 0 0.82 0.44 0.38
HSL 332.31º 0.69% 0.37% -
HSV(B) 332.31º 0.82% 0.62% -
XYZ 16.54 8.97 10.31 -
YUV 74.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 159 29 89 0 0.82 0.44 0.38 332.31 0.69 0.37
Hex 9F 1D 59 0 52 2C 26 14C 45 25
Octal 237 35 131 0 122 54 46 514 105 45
Binary 10011111 11101 1011001 0 1010010 101100 100110 101001100 1000101 100101

Color Harmonies of #9F1D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1D59

Black with #9F1D59

Text Example


Text Example

White with #9F1D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,29,89); }

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

background-color css

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

 a { background-color: rgb(159,29,89); }

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

border-color css

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

 span { border-color: rgb(159,29,89); }

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