Html Css Color HEX #9F295F Lipstick

📋 copy color: '#9F295F'

red 159 ◦ green 41 ◦ blue 95

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

Shades of Lipstick #9F295F

Tints of Lipstick #9F295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.9%

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 53.9%
G = 13.9%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9F295F (or 0x9F295F) is known color: Lipstick. HEX triplet: 9F, 29 and 5F. RGB value is (159,41,95). Sum of RGB (Red+Green+Blue) = 159+41+95=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F295F is #60D6A0. Grayscale: #525252. Windows color (decimal): -6346401 or 6236575. OLE color: 6236575.

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

Color convert

RGB 159 41 95 -
CMYK 0 0.74 0.40 0.38
HSL 332.54º 0.59% 0.39% -
HSV(B) 332.54º 0.74% 0.62% -
XYZ 17.16 9.78 11.81 -
YUV 82.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 159 41 95 0 0.74 0.40 0.38 332.54 0.59 0.39
Hex 9F 29 5F 0 4A 28 26 14D 3B 27
Octal 237 51 137 0 112 50 46 515 73 47
Binary 10011111 101001 1011111 0 1001010 101000 100110 101001101 111011 100111

Color Harmonies of #9F295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F295F

Black with #9F295F

Text Example


Text Example

White with #9F295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,41,95); }

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

background-color css

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

 a { background-color: rgb(159,41,95); }

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

border-color css

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

 span { border-color: rgb(159,41,95); }

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