Html Css Color HEX #9F1241 Lipstick

📋 copy color: '#9F1241'

red 159 ◦ green 18 ◦ blue 65

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

Shades of Lipstick #9F1241

Tints of Lipstick #9F1241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

 BLUE value IS 65 (25.78% from 255) = 26.86%

R = 65.7%
G = 7.44%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9F1241 (or 0x9F1241) is known color: Lipstick. HEX triplet: 9F, 12 and 41. RGB value is (159,18,65). Sum of RGB (Red+Green+Blue) = 159+18+65=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1241 is #60EDBE. Grayscale: #414141. Windows color (decimal): -6352319 or 4264607. OLE color: 4264607.

HSL color Cylindrical-coordinate representation of color #9F1241: hue angle of 340º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1241 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 18 65 -
CMYK 0 0.89 0.59 0.38
HSL 340º 0.8% 0.35% -
HSV(B) 340º 0.89% 0.62% -
XYZ 15.47 8.19 5.77 -
YUV 65.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 159 18 65 0 0.89 0.59 0.38 340 0.8 0.35
Hex 9F 12 41 0 59 3B 26 154 50 23
Octal 237 22 101 0 131 73 46 524 120 43
Binary 10011111 10010 1000001 0 1011001 111011 100110 101010100 1010000 100011

Color Harmonies of #9F1241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1241

Black with #9F1241

Text Example


Text Example

White with #9F1241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,18,65); }

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

background-color css

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

 a { background-color: rgb(159,18,65); }

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

border-color css

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

 span { border-color: rgb(159,18,65); }

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