Html Css Color HEX #9F1949 Lipstick

📋 copy color: '#9F1949'

red 159 ◦ green 25 ◦ blue 73

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

Shades of Lipstick #9F1949

Tints of Lipstick #9F1949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.73%

 BLUE value IS 73 (28.91% from 255) = 28.4%

R = 61.87%
G = 9.73%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9F1949 (or 0x9F1949) is known color: Lipstick. HEX triplet: 9F, 19 and 49. RGB value is (159,25,73). Sum of RGB (Red+Green+Blue) = 159+25+73=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1949 is #60E6B6. Grayscale: #464646. Windows color (decimal): -6350519 or 4790687. OLE color: 4790687.

HSL color Cylindrical-coordinate representation of color #9F1949: hue angle of 338.51º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1949 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 25 73 -
CMYK 0 0.84 0.54 0.38
HSL 338.51º 0.73% 0.36% -
HSV(B) 338.51º 0.84% 0.62% -
XYZ 15.85 8.55 7.12 -
YUV 70.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 159 25 73 0 0.84 0.54 0.38 338.51 0.73 0.36
Hex 9F 19 49 0 54 36 26 153 49 24
Octal 237 31 111 0 124 66 46 523 111 44
Binary 10011111 11001 1001001 0 1010100 110110 100110 101010011 1001001 100100

Color Harmonies of #9F1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1949

Black with #9F1949

Text Example


Text Example

White with #9F1949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,25,73); }

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

background-color css

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

 a { background-color: rgb(159,25,73); }

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

border-color css

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

 span { border-color: rgb(159,25,73); }

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