Html Css Color HEX #9F3357 Lipstick

📋 copy color: '#9F3357'

red 159 ◦ green 51 ◦ blue 87

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

Shades of Lipstick #9F3357

Tints of Lipstick #9F3357

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 53.54%
G = 17.17%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9F3357 (or 0x9F3357) is known color: Lipstick. HEX triplet: 9F, 33 and 57. RGB value is (159,51,87). Sum of RGB (Red+Green+Blue) = 159+51+87=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3357 is #60CCA8. Grayscale: #575757. Windows color (decimal): -6343849 or 5714847. OLE color: 5714847.

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

Color convert

RGB 159 51 87 -
CMYK 0 0.68 0.45 0.38
HSL 340º 0.51% 0.41% -
HSV(B) 340º 0.68% 0.62% -
XYZ 17.2 10.43 10.12 -
YUV 87.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 159 51 87 0 0.68 0.45 0.38 340 0.51 0.41
Hex 9F 33 57 0 44 2D 26 154 33 29
Octal 237 63 127 0 104 55 46 524 63 51
Binary 10011111 110011 1010111 0 1000100 101101 100110 101010100 110011 101001

Color Harmonies of #9F3357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3357

Black with #9F3357

Text Example


Text Example

White with #9F3357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,51,87); }

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

background-color css

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

 a { background-color: rgb(159,51,87); }

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

border-color css

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

 span { border-color: rgb(159,51,87); }

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