Html Css Color HEX #9F3359 Lipstick

📋 copy color: '#9F3359'

red 159 ◦ green 51 ◦ blue 89

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

Shades of Lipstick #9F3359

Tints of Lipstick #9F3359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

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

R = 53.18%
G = 17.06%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9F3359 (or 0x9F3359) is known color: Lipstick. HEX triplet: 9F, 33 and 59. RGB value is (159,51,89). Sum of RGB (Red+Green+Blue) = 159+51+89=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3359 is #60CCA6. Grayscale: #575757. Windows color (decimal): -6343847 or 5845919. OLE color: 5845919.

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

Color convert

RGB 159 51 89 -
CMYK 0 0.68 0.44 0.38
HSL 338.89º 0.51% 0.41% -
HSV(B) 338.89º 0.68% 0.62% -
XYZ 17.29 10.46 10.56 -
YUV 87.62 128.78 178.91 -
System Red Green Blue C M Y K H S L
Decimal 159 51 89 0 0.68 0.44 0.38 338.89 0.51 0.41
Hex 9F 33 59 0 44 2C 26 153 33 29
Octal 237 63 131 0 104 54 46 523 63 51
Binary 10011111 110011 1011001 0 1000100 101100 100110 101010011 110011 101001

Color Harmonies of #9F3359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3359

Black with #9F3359

Text Example


Text Example

White with #9F3359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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