Html Css Color HEX #9F244D Lipstick

📋 copy color: '#9F244D'

red 159 ◦ green 36 ◦ blue 77

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

Shades of Lipstick #9F244D

Tints of Lipstick #9F244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.24%

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 58.46%
G = 13.24%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F244D (or 0x9F244D) is known color: Lipstick. HEX triplet: 9F, 24 and 4D. RGB value is (159,36,77). Sum of RGB (Red+Green+Blue) = 159+36+77=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F244D is #60DBB2. Grayscale: #4D4D4D. Windows color (decimal): -6347699 or 5055647. OLE color: 5055647.

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

Color convert

RGB 159 36 77 -
CMYK 0 0.77 0.52 0.38
HSL 340º 0.63% 0.38% -
HSV(B) 340º 0.77% 0.62% -
XYZ 16.27 9.17 7.93 -
YUV 77.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 159 36 77 0 0.77 0.52 0.38 340 0.63 0.38
Hex 9F 24 4D 0 4D 34 26 154 3F 26
Octal 237 44 115 0 115 64 46 524 77 46
Binary 10011111 100100 1001101 0 1001101 110100 100110 101010100 111111 100110

Color Harmonies of #9F244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F244D

Black with #9F244D

Text Example


Text Example

White with #9F244D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,36,77); }

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

background-color css

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

 a { background-color: rgb(159,36,77); }

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

border-color css

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

 span { border-color: rgb(159,36,77); }

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