Html Css Color HEX #9F1B4A Lipstick

📋 copy color: '#9F1B4A'

red 159 ◦ green 27 ◦ blue 74

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

Shades of Lipstick #9F1B4A

Tints of Lipstick #9F1B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.38%

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 61.15%
G = 10.38%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F1B4A (or 0x9F1B4A) is known color: Lipstick. HEX triplet: 9F, 1B and 4A. RGB value is (159,27,74). Sum of RGB (Red+Green+Blue) = 159+27+74=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B4A is #60E4B5. Grayscale: #474747. Windows color (decimal): -6350006 or 4856735. OLE color: 4856735.

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

Color convert

RGB 159 27 74 -
CMYK 0 0.83 0.53 0.38
HSL 338.64º 0.71% 0.36% -
HSV(B) 338.64º 0.83% 0.62% -
XYZ 15.93 8.65 7.31 -
YUV 71.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 159 27 74 0 0.83 0.53 0.38 338.64 0.71 0.36
Hex 9F 1B 4A 0 53 35 26 153 47 24
Octal 237 33 112 0 123 65 46 523 107 44
Binary 10011111 11011 1001010 0 1010011 110101 100110 101010011 1000111 100100

Color Harmonies of #9F1B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1B4A

Black with #9F1B4A

Text Example


Text Example

White with #9F1B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,27,74); }

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

background-color css

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

 a { background-color: rgb(159,27,74); }

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

border-color css

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

 span { border-color: rgb(159,27,74); }

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