#9B285D

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

Shades of Lipstick #9B285D

Tints of Lipstick #9B285D

Color information

#9B285D (or 0x9B285D) is unknown color: approx Lipstick. HEX triplet: 9B, 28 and 5D. RGB value is (155,40,93). Sum of RGB (Red+Green+Blue) = 155+40+93=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B285D is #64D7A2. Grayscale: #505050. Windows color (decimal): -6608803 or 6105243. OLE color: 6105243.

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

Color convert

RGB1554093-
CMYK00.740.40.39
HSL332.35º58.97%38.24%-
HSV(B)332.35º74.19%60.78%-
XYZ16.259.2811.29-
YUV80.43135.1181.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.82%
GREEN value IS 40 (16.02% from 255) = 13.89%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=53.82%
G=13.89%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155409300.740.40.39332.3558.9738.24
Hex9B285D04A282714c3b26
Octal23350135011250475147346
Binary10011011101000101110101001010101000100111101001100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,40,93); }

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

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

 a { background-color: rgb(155,40,93); }

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

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

 span { border-color: rgb(155,40,93); }

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