Html Css Color HEX #9F184C Lipstick

📋 copy color: '#9F184C'

red 159 ◦ green 24 ◦ blue 76

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

Shades of Lipstick #9F184C

Tints of Lipstick #9F184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.27%

 BLUE value IS 76 (30.08% from 255) = 29.34%

R = 61.39%
G = 9.27%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F184C (or 0x9F184C) is known color: Lipstick. HEX triplet: 9F, 18 and 4C. RGB value is (159,24,76). Sum of RGB (Red+Green+Blue) = 159+24+76=259 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.39% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 159 - color contains mainly: red. Hex color #9F184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F184C is #60E7B3. Grayscale: #464646. Windows color (decimal): -6350772 or 4987039. OLE color: 4987039.

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

Color convert

RGB 159 24 76 -
CMYK 0 0.85 0.52 0.38
HSL 336.89º 0.74% 0.36% -
HSV(B) 336.89º 0.85% 0.62% -
XYZ 15.93 8.55 7.65 -
YUV 70.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 159 24 76 0 0.85 0.52 0.38 336.89 0.74 0.36
Hex 9F 18 4C 0 55 34 26 151 4A 24
Octal 237 30 114 0 125 64 46 521 112 44
Binary 10011111 11000 1001100 0 1010101 110100 100110 101010001 1001010 100100

Color Harmonies of #9F184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F184C

Black with #9F184C

Text Example


Text Example

White with #9F184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,24,76); }

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

background-color css

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

 a { background-color: rgb(159,24,76); }

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

border-color css

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

 span { border-color: rgb(159,24,76); }

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