Html Css Color HEX #9F1C40 Lipstick

📋 copy color: '#9F1C40'

red 159 ◦ green 28 ◦ blue 64

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

Shades of Lipstick #9F1C40

Tints of Lipstick #9F1C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.16%

 BLUE value IS 64 (25.39% from 255) = 25.5%

R = 63.35%
G = 11.16%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F1C40 (or 0x9F1C40) is known color: Lipstick. HEX triplet: 9F, 1C and 40. RGB value is (159,28,64). Sum of RGB (Red+Green+Blue) = 159+28+64=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1C40 is #60E3BF. Grayscale: #474747. Windows color (decimal): -6349760 or 4201631. OLE color: 4201631.

HSL color Cylindrical-coordinate representation of color #9F1C40: hue angle of 343.51º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1C40 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 28 64 -
CMYK 0 0.82 0.60 0.38
HSL 343.51º 0.7% 0.37% -
HSV(B) 343.51º 0.82% 0.62% -
XYZ 15.64 8.57 5.68 -
YUV 71.27 123.9 190.57 -
System Red Green Blue C M Y K H S L
Decimal 159 28 64 0 0.82 0.60 0.38 343.51 0.7 0.37
Hex 9F 1C 40 0 52 3C 26 158 46 25
Octal 237 34 100 0 122 74 46 530 106 45
Binary 10011111 11100 1000000 0 1010010 111100 100110 101011000 1000110 100101

Color Harmonies of #9F1C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1C40

Black with #9F1C40

Text Example


Text Example

White with #9F1C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,28,64); }

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

background-color css

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

 a { background-color: rgb(159,28,64); }

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

border-color css

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

 span { border-color: rgb(159,28,64); }

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