#9B254D

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

Shades of Lipstick #9B254D

Tints of Lipstick #9B254D

Color information

#9B254D (or 0x9B254D) is unknown color: approx Lipstick. HEX triplet: 9B, 25 and 4D. RGB value is (155,37,77). Sum of RGB (Red+Green+Blue) = 155+37+77=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B254D is #64DAB2. Grayscale: #4C4C4C. Windows color (decimal): -6609587 or 5055899. OLE color: 5055899.

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

Color convert

RGB1553777-
CMYK00.760.500.39
HSL339.66º61.46%37.65%-
HSV(B)339.66º76.13%60.78%-
XYZ15.528.837.91-
YUV76.84128.09183.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.62%
GREEN value IS 37 (14.84% from 255) = 13.75%
BLUE value IS 77 (30.47% from 255) = 28.62%
R=57.62%
G=13.75%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155377700.760.500.39339.6661.4637.65
Hex9B254D04C32271543d26
Octal23345115011462475247546
Binary10011011100101100110101001100110010100111101010100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,37,77); }

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

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

 a { background-color: rgb(155,37,77); }

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

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

 span { border-color: rgb(155,37,77); }

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