Html Css Color HEX #9F2E55 Lipstick

📋 copy color: '#9F2E55'

red 159 ◦ green 46 ◦ blue 85

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

Shades of Lipstick #9F2E55

Tints of Lipstick #9F2E55

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.86%

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 54.83%
G = 15.86%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F2E55 (or 0x9F2E55) is known color: Lipstick. HEX triplet: 9F, 2E and 55. RGB value is (159,46,85). Sum of RGB (Red+Green+Blue) = 159+46+85=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2E55 is #60D1AA. Grayscale: #545454. Windows color (decimal): -6345131 or 5582495. OLE color: 5582495.

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

Color convert

RGB 159 46 85 -
CMYK 0 0.71 0.47 0.38
HSL 339.29º 0.55% 0.4% -
HSV(B) 339.29º 0.71% 0.62% -
XYZ 16.91 9.98 9.63 -
YUV 84.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 159 46 85 0 0.71 0.47 0.38 339.29 0.55 0.4
Hex 9F 2E 55 0 47 2F 26 153 37 28
Octal 237 56 125 0 107 57 46 523 67 50
Binary 10011111 101110 1010101 0 1000111 101111 100110 101010011 110111 101000

Color Harmonies of #9F2E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2E55

Black with #9F2E55

Text Example


Text Example

White with #9F2E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,46,85); }

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

background-color css

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

 a { background-color: rgb(159,46,85); }

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

border-color css

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

 span { border-color: rgb(159,46,85); }

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