Html Css Color HEX #9F2359 Lipstick

📋 copy color: '#9F2359'

red 159 ◦ green 35 ◦ blue 89

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

Shades of Lipstick #9F2359

Tints of Lipstick #9F2359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

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

R = 56.18%
G = 12.37%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9F2359 (or 0x9F2359) is known color: Lipstick. HEX triplet: 9F, 23 and 59. RGB value is (159,35,89). Sum of RGB (Red+Green+Blue) = 159+35+89=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2359 is #60DCA6. Grayscale: #4E4E4E. Windows color (decimal): -6347943 or 5841823. OLE color: 5841823.

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

Color convert

RGB 159 35 89 -
CMYK 0 0.78 0.44 0.38
HSL 333.87º 0.64% 0.38% -
HSV(B) 333.87º 0.78% 0.62% -
XYZ 16.7 9.29 10.36 -
YUV 78.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 159 35 89 0 0.78 0.44 0.38 333.87 0.64 0.38
Hex 9F 23 59 0 4E 2C 26 14E 40 26
Octal 237 43 131 0 116 54 46 516 100 46
Binary 10011111 100011 1011001 0 1001110 101100 100110 101001110 1000000 100110

Color Harmonies of #9F2359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2359

Black with #9F2359

Text Example


Text Example

White with #9F2359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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