Html Css Color HEX #9F2441 Lipstick

📋 copy color: '#9F2441'

red 159 ◦ green 36 ◦ blue 65

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

Shades of Lipstick #9F2441

Tints of Lipstick #9F2441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 61.15%
G = 13.85%
B = 25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9F2441 (or 0x9F2441) is known color: Lipstick. HEX triplet: 9F, 24 and 41. RGB value is (159,36,65). Sum of RGB (Red+Green+Blue) = 159+36+65=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2441 is #60DBBE. Grayscale: #4C4C4C. Windows color (decimal): -6347711 or 4269215. OLE color: 4269215.

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

Color convert

RGB 159 36 65 -
CMYK 0 0.77 0.59 0.38
HSL 345.85º 0.63% 0.38% -
HSV(B) 345.85º 0.77% 0.62% -
XYZ 15.88 9.01 5.9 -
YUV 76.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 159 36 65 0 0.77 0.59 0.38 345.85 0.63 0.38
Hex 9F 24 41 0 4D 3B 26 15A 3F 26
Octal 237 44 101 0 115 73 46 532 77 46
Binary 10011111 100100 1000001 0 1001101 111011 100110 101011010 111111 100110

Color Harmonies of #9F2441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2441

Black with #9F2441

Text Example


Text Example

White with #9F2441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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