Html Css Color HEX #9F2B46 Lipstick

📋 copy color: '#9F2B46'

red 159 ◦ green 43 ◦ blue 70

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

Shades of Lipstick #9F2B46

Tints of Lipstick #9F2B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.74%

R = 58.46%
G = 15.81%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9F2B46 (or 0x9F2B46) is known color: Lipstick. HEX triplet: 9F, 2B and 46. RGB value is (159,43,70). Sum of RGB (Red+Green+Blue) = 159+43+70=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2B46 is #60D4B9. Grayscale: #505050. Windows color (decimal): -6345914 or 4598687. OLE color: 4598687.

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

Color convert

RGB 159 43 70 -
CMYK 0 0.73 0.56 0.38
HSL 346.03º 0.57% 0.4% -
HSV(B) 346.03º 0.73% 0.62% -
XYZ 16.27 9.54 6.78 -
YUV 80.76 121.93 183.8 -
System Red Green Blue C M Y K H S L
Decimal 159 43 70 0 0.73 0.56 0.38 346.03 0.57 0.4
Hex 9F 2B 46 0 49 38 26 15A 39 28
Octal 237 53 106 0 111 70 46 532 71 50
Binary 10011111 101011 1000110 0 1001001 111000 100110 101011010 111001 101000

Color Harmonies of #9F2B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2B46

Black with #9F2B46

Text Example


Text Example

White with #9F2B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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