Html Css Color HEX #9F224E Lipstick

📋 copy color: '#9F224E'

red 159 ◦ green 34 ◦ blue 78

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

Shades of Lipstick #9F224E

Tints of Lipstick #9F224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.55%

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 58.67%
G = 12.55%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9F224E (or 0x9F224E) is known color: Lipstick. HEX triplet: 9F, 22 and 4E. RGB value is (159,34,78). Sum of RGB (Red+Green+Blue) = 159+34+78=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F224E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F224E is #60DDB1. Grayscale: #4C4C4C. Windows color (decimal): -6348210 or 5120671. OLE color: 5120671.

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

Color convert

RGB 159 34 78 -
CMYK 0 0.79 0.51 0.38
HSL 338.88º 0.65% 0.38% -
HSV(B) 338.88º 0.79% 0.62% -
XYZ 16.25 9.07 8.1 -
YUV 76.39 128.91 186.92 -
System Red Green Blue C M Y K H S L
Decimal 159 34 78 0 0.79 0.51 0.38 338.88 0.65 0.38
Hex 9F 22 4E 0 4F 33 26 153 41 26
Octal 237 42 116 0 117 63 46 523 101 46
Binary 10011111 100010 1001110 0 1001111 110011 100110 101010011 1000001 100110

Color Harmonies of #9F224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F224E

Black with #9F224E

Text Example


Text Example

White with #9F224E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,34,78); }

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

background-color css

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

 a { background-color: rgb(159,34,78); }

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

border-color css

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

 span { border-color: rgb(159,34,78); }

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