Html Css Color HEX #9F355E Lipstick

📋 copy color: '#9F355E'

red 159 ◦ green 53 ◦ blue 94

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

Shades of Lipstick #9F355E

Tints of Lipstick #9F355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

 BLUE value IS 94 (37.11% from 255) = 30.72%

R = 51.96%
G = 17.32%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9F355E (or 0x9F355E) is known color: Lipstick. HEX triplet: 9F, 35 and 5E. RGB value is (159,53,94). Sum of RGB (Red+Green+Blue) = 159+53+94=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F355E is #60CAA1. Grayscale: #595959. Windows color (decimal): -6343330 or 6174111. OLE color: 6174111.

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

Color convert

RGB 159 53 94 -
CMYK 0 0.67 0.41 0.38
HSL 336.79º 0.5% 0.42% -
HSV(B) 336.79º 0.67% 0.62% -
XYZ 17.59 10.73 11.73 -
YUV 89.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 159 53 94 0 0.67 0.41 0.38 336.79 0.5 0.42
Hex 9F 35 5E 0 43 29 26 151 32 2A
Octal 237 65 136 0 103 51 46 521 62 52
Binary 10011111 110101 1011110 0 1000011 101001 100110 101010001 110010 101010

Color Harmonies of #9F355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F355E

Black with #9F355E

Text Example


Text Example

White with #9F355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,53,94); }

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

background-color css

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

 a { background-color: rgb(159,53,94); }

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

border-color css

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

 span { border-color: rgb(159,53,94); }

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