Html Css Color HEX #9F2B4A Lipstick

📋 copy color: '#9F2B4A'

red 159 ◦ green 43 ◦ blue 74

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

Shades of Lipstick #9F2B4A

Tints of Lipstick #9F2B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.58%

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 57.61%
G = 15.58%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F2B4A (or 0x9F2B4A) is known color: Lipstick. HEX triplet: 9F, 2B and 4A. RGB value is (159,43,74). Sum of RGB (Red+Green+Blue) = 159+43+74=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2B4A is #60D4B5. Grayscale: #515151. Windows color (decimal): -6345910 or 4860831. OLE color: 4860831.

HSL color Cylindrical-coordinate representation of color #9F2B4A: hue angle of 343.97º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2B4A is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 43 74 -
CMYK 0 0.73 0.53 0.38
HSL 343.97º 0.57% 0.4% -
HSV(B) 343.97º 0.73% 0.62% -
XYZ 16.4 9.59 7.47 -
YUV 81.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 159 43 74 0 0.73 0.53 0.38 343.97 0.57 0.4
Hex 9F 2B 4A 0 49 35 26 158 39 28
Octal 237 53 112 0 111 65 46 530 71 50
Binary 10011111 101011 1001010 0 1001001 110101 100110 101011000 111001 101000

Color Harmonies of #9F2B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2B4A

Black with #9F2B4A

Text Example


Text Example

White with #9F2B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,43,74); }

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

background-color css

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

 a { background-color: rgb(159,43,74); }

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

border-color css

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

 span { border-color: rgb(159,43,74); }

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