Html Css Color HEX #9F1540 Lipstick

📋 copy color: '#9F1540'

red 159 ◦ green 21 ◦ blue 64

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

Shades of Lipstick #9F1540

Tints of Lipstick #9F1540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

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

R = 65.16%
G = 8.61%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F1540 (or 0x9F1540) is known color: Lipstick. HEX triplet: 9F, 15 and 40. RGB value is (159,21,64). Sum of RGB (Red+Green+Blue) = 159+21+64=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1540 is #60EABF. Grayscale: #434343. Windows color (decimal): -6351552 or 4199839. OLE color: 4199839.

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

Color convert

RGB 159 21 64 -
CMYK 0 0.87 0.60 0.38
HSL 341.3º 0.77% 0.35% -
HSV(B) 341.3º 0.87% 0.62% -
XYZ 15.49 8.28 5.63 -
YUV 67.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 159 21 64 0 0.87 0.60 0.38 341.3 0.77 0.35
Hex 9F 15 40 0 57 3C 26 155 4D 23
Octal 237 25 100 0 127 74 46 525 115 43
Binary 10011111 10101 1000000 0 1010111 111100 100110 101010101 1001101 100011

Color Harmonies of #9F1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1540

Black with #9F1540

Text Example


Text Example

White with #9F1540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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