Html Css Color HEX #9F2D59 Lipstick

📋 copy color: '#9F2D59'

red 159 ◦ green 45 ◦ blue 89

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

Shades of Lipstick #9F2D59

Tints of Lipstick #9F2D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.38%

R = 54.27%
G = 15.36%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9F2D59 (or 0x9F2D59) is known color: Lipstick. HEX triplet: 9F, 2D and 59. RGB value is (159,45,89). Sum of RGB (Red+Green+Blue) = 159+45+89=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2D59 is #60D2A6. Grayscale: #545454. Windows color (decimal): -6345383 or 5844383. OLE color: 5844383.

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

Color convert

RGB 159 45 89 -
CMYK 0 0.72 0.44 0.38
HSL 336.84º 0.56% 0.4% -
HSV(B) 336.84º 0.72% 0.62% -
XYZ 17.04 9.97 10.48 -
YUV 84.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 159 45 89 0 0.72 0.44 0.38 336.84 0.56 0.4
Hex 9F 2D 59 0 48 2C 26 151 38 28
Octal 237 55 131 0 110 54 46 521 70 50
Binary 10011111 101101 1011001 0 1001000 101100 100110 101010001 111000 101000

Color Harmonies of #9F2D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2D59

Black with #9F2D59

Text Example


Text Example

White with #9F2D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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