Html Css Color HEX #9F2D47 Lipstick

📋 copy color: '#9F2D47'

red 159 ◦ green 45 ◦ blue 71

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

Shades of Lipstick #9F2D47

Tints of Lipstick #9F2D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.36%

 BLUE value IS 71 (28.13% from 255) = 25.82%

R = 57.82%
G = 16.36%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9F2D47 (or 0x9F2D47) is known color: Lipstick. HEX triplet: 9F, 2D and 47. RGB value is (159,45,71). Sum of RGB (Red+Green+Blue) = 159+45+71=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2D47 is #60D2B8. Grayscale: #525252. Windows color (decimal): -6345401 or 4664735. OLE color: 4664735.

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

Color convert

RGB 159 45 71 -
CMYK 0 0.72 0.55 0.38
HSL 346.32º 0.56% 0.4% -
HSV(B) 346.32º 0.72% 0.62% -
XYZ 16.37 9.7 6.97 -
YUV 82.05 121.77 182.89 -
System Red Green Blue C M Y K H S L
Decimal 159 45 71 0 0.72 0.55 0.38 346.32 0.56 0.4
Hex 9F 2D 47 0 48 37 26 15A 38 28
Octal 237 55 107 0 110 67 46 532 70 50
Binary 10011111 101101 1000111 0 1001000 110111 100110 101011010 111000 101000

Color Harmonies of #9F2D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2D47

Black with #9F2D47

Text Example


Text Example

White with #9F2D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,45,71); }

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

background-color css

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

 a { background-color: rgb(159,45,71); }

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

border-color css

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

 span { border-color: rgb(159,45,71); }

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