#9D2362

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

Shades of Lipstick #9D2362

Tints of Lipstick #9D2362

Color information

#9D2362 (or 0x9D2362) is unknown color: approx Lipstick. HEX triplet: 9D, 23 and 62. RGB value is (157,35,98). Sum of RGB (Red+Green+Blue) = 157+35+98=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2362 is #62DC9D. Grayscale: #4E4E4E. Windows color (decimal): -6479006 or 6431645. OLE color: 6431645.

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

Color convert

RGB1573598-
CMYK00.780.380.38
HSL329.02º63.54%37.65%-
HSV(B)329.02º77.71%61.57%-
XYZ16.719.2512.46-
YUV78.66138.92183.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.14%
GREEN value IS 35 (14.06% from 255) = 12.07%
BLUE value IS 98 (38.67% from 255) = 33.79%
R=54.14%
G=12.07%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157359800.780.380.38329.0263.5437.65
Hex9D236204E26261494026
Octal235431420116464651110046
Binary100111011000111100010010011101001101001101010010011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,35,98); }

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

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

 a { background-color: rgb(157,35,98); }

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

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

 span { border-color: rgb(157,35,98); }

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