Html Css Color HEX #9F1941 Lipstick

📋 copy color: '#9F1941'

red 159 ◦ green 25 ◦ blue 65

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

Shades of Lipstick #9F1941

Tints of Lipstick #9F1941

RGB

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

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

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

R = 63.86%
G = 10.04%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9F1941 (or 0x9F1941) is known color: Lipstick. HEX triplet: 9F, 19 and 41. RGB value is (159,25,65). Sum of RGB (Red+Green+Blue) = 159+25+65=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1941 is #60E6BE. Grayscale: #454545. Windows color (decimal): -6350527 or 4266399. OLE color: 4266399.

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

Color convert

RGB 159 25 65 -
CMYK 0 0.84 0.59 0.38
HSL 342.09º 0.73% 0.36% -
HSV(B) 342.09º 0.84% 0.62% -
XYZ 15.6 8.45 5.81 -
YUV 69.63 125.39 191.75 -
System Red Green Blue C M Y K H S L
Decimal 159 25 65 0 0.84 0.59 0.38 342.09 0.73 0.36
Hex 9F 19 41 0 54 3B 26 156 49 24
Octal 237 31 101 0 124 73 46 526 111 44
Binary 10011111 11001 1000001 0 1010100 111011 100110 101010110 1001001 100100

Color Harmonies of #9F1941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1941

Black with #9F1941

Text Example


Text Example

White with #9F1941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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