#9d3461

Color #9D3461 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #9D3461

Tints of Lipstick #9D3461

Color information

#9D3461 (or 0x9D3461) is unknown color: approx Lipstick. HEX triplet: 9D, 34 and 61. RGB value is (157,52,97). Sum of RGB (Red+Green+Blue) = 157+52+97=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3461 is #62CB9E. Grayscale: #585858. Windows color (decimal): -6474655 or 6370461. OLE color: 6370461.

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

Color convert

RGB1575297-
CMYK00.670.380.38
HSL334.29º50.24%40.98%-
HSV(B)334.29º66.88%61.57%-
XYZ17.2910.4912.42-
YUV88.52132.79176.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.31%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 97 (38.28% from 255) = 31.70%
R=51.31%
G=16.99%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157529700.670.380.38334.2950.2440.98
Hex9D3461043262614e3229
Octal23564141010346465166251
Binary10011101110100110000101000011100110100110101001110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,52,97); }

 H1.HeaderClassName
 {
   color: #9d3461;
 }
 .AnyTagClassName
 {
   color: #9d3461;
 }
</style>
background-color css

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

 a { background-color: rgb(157,52,97); }

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

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

 span { border-color: rgb(157,52,97); }

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