#9B2461

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

Shades of Lipstick #9B2461

Tints of Lipstick #9B2461

Color information

#9B2461 (or 0x9B2461) is unknown color: approx Lipstick. HEX triplet: 9B, 24 and 61. RGB value is (155,36,97). Sum of RGB (Red+Green+Blue) = 155+36+97=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2461 is #64DB9E. Grayscale: #4E4E4E. Windows color (decimal): -6609823 or 6366363. OLE color: 6366363.

HSL color Cylindrical-coordinate representation of color #9B2461: hue angle of 329.24º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2461 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB1553697-
CMYK00.770.370.39
HSL329.24º62.3%37.45%-
HSV(B)329.24º76.77%60.78%-
XYZ16.319.0912.21-
YUV78.54138.42182.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.82%
GREEN value IS 36 (14.45% from 255) = 12.5%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=53.82%
G=12.5%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155369700.770.370.39329.2462.337.45
Hex9B246104D25271493e25
Octal23344141011545475117645
Binary10011011100100110000101001101100101100111101001001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,36,97); }

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

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

 a { background-color: rgb(155,36,97); }

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

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

 span { border-color: rgb(155,36,97); }

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