Html Css Color HEX #9F1243 Lipstick

📋 copy color: '#9F1243'

red 159 ◦ green 18 ◦ blue 67

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

Shades of Lipstick #9F1243

Tints of Lipstick #9F1243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.46%

R = 65.16%
G = 7.38%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F1243 (or 0x9F1243) is known color: Lipstick. HEX triplet: 9F, 12 and 43. RGB value is (159,18,67). Sum of RGB (Red+Green+Blue) = 159+18+67=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1243 is #60EDBC. Grayscale: #414141. Windows color (decimal): -6352317 or 4395679. OLE color: 4395679.

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

Color convert

RGB 159 18 67 -
CMYK 0 0.89 0.58 0.38
HSL 339.15º 0.8% 0.35% -
HSV(B) 339.15º 0.89% 0.62% -
XYZ 15.53 8.21 6.08 -
YUV 65.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 159 18 67 0 0.89 0.58 0.38 339.15 0.8 0.35
Hex 9F 12 43 0 59 3A 26 153 50 23
Octal 237 22 103 0 131 72 46 523 120 43
Binary 10011111 10010 1000011 0 1011001 111010 100110 101010011 1010000 100011

Color Harmonies of #9F1243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1243

Black with #9F1243

Text Example


Text Example

White with #9F1243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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