Html Css Color HEX #9F1741 Lipstick

📋 copy color: '#9F1741'

red 159 ◦ green 23 ◦ blue 65

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

Shades of Lipstick #9F1741

Tints of Lipstick #9F1741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.31%

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

R = 64.37%
G = 9.31%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9F1741 (or 0x9F1741) is known color: Lipstick. HEX triplet: 9F, 17 and 41. RGB value is (159,23,65). Sum of RGB (Red+Green+Blue) = 159+23+65=247 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.37% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1741 is #60E8BE. Grayscale: #444444. Windows color (decimal): -6351039 or 4265887. OLE color: 4265887.

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

Color convert

RGB 159 23 65 -
CMYK 0 0.86 0.59 0.38
HSL 341.47º 0.75% 0.36% -
HSV(B) 341.47º 0.86% 0.62% -
XYZ 15.56 8.37 5.8 -
YUV 68.45 126.06 192.58 -
System Red Green Blue C M Y K H S L
Decimal 159 23 65 0 0.86 0.59 0.38 341.47 0.75 0.36
Hex 9F 17 41 0 56 3B 26 155 4B 24
Octal 237 27 101 0 126 73 46 525 113 44
Binary 10011111 10111 1000001 0 1010110 111011 100110 101010101 1001011 100100

Color Harmonies of #9F1741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1741

Black with #9F1741

Text Example


Text Example

White with #9F1741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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