Html Css Color HEX #9F2364 Lipstick

📋 copy color: '#9F2364'

red 159 ◦ green 35 ◦ blue 100

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

Shades of Lipstick #9F2364

Tints of Lipstick #9F2364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.01%

R = 54.08%
G = 11.9%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9F2364 (or 0x9F2364) is known color: Lipstick. HEX triplet: 9F, 23 and 64. RGB value is (159,35,100). Sum of RGB (Red+Green+Blue) = 159+35+100=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2364 is #60DC9B. Grayscale: #4F4F4F. Windows color (decimal): -6347932 or 6562719. OLE color: 6562719.

HSL color Cylindrical-coordinate representation of color #9F2364: hue angle of 328.55º 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 #9F2364 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 35 100 -
CMYK 0 0.78 0.37 0.38
HSL 328.55º 0.64% 0.38% -
HSV(B) 328.55º 0.78% 0.62% -
XYZ 17.2 9.49 12.98 -
YUV 79.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 159 35 100 0 0.78 0.37 0.38 328.55 0.64 0.38
Hex 9F 23 64 0 4E 25 26 149 40 26
Octal 237 43 144 0 116 45 46 511 100 46
Binary 10011111 100011 1100100 0 1001110 100101 100110 101001001 1000000 100110

Color Harmonies of #9F2364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2364

Black with #9F2364

Text Example


Text Example

White with #9F2364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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