Html Css Color HEX #9F2450 Lipstick

📋 copy color: '#9F2450'

red 159 ◦ green 36 ◦ blue 80

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

Shades of Lipstick #9F2450

Tints of Lipstick #9F2450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.09%

R = 57.82%
G = 13.09%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F2450 (or 0x9F2450) is known color: Lipstick. HEX triplet: 9F, 24 and 50. RGB value is (159,36,80). Sum of RGB (Red+Green+Blue) = 159+36+80=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2450 is #60DBAF. Grayscale: #4D4D4D. Windows color (decimal): -6347696 or 5252255. OLE color: 5252255.

HSL color Cylindrical-coordinate representation of color #9F2450: hue angle of 338.54º 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 #9F2450 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 36 80 -
CMYK 0 0.77 0.50 0.38
HSL 338.54º 0.63% 0.38% -
HSV(B) 338.54º 0.77% 0.62% -
XYZ 16.38 9.21 8.5 -
YUV 77.79 129.25 185.92 -
System Red Green Blue C M Y K H S L
Decimal 159 36 80 0 0.77 0.50 0.38 338.54 0.63 0.38
Hex 9F 24 50 0 4D 32 26 153 3F 26
Octal 237 44 120 0 115 62 46 523 77 46
Binary 10011111 100100 1010000 0 1001101 110010 100110 101010011 111111 100110

Color Harmonies of #9F2450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2450

Black with #9F2450

Text Example


Text Example

White with #9F2450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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