#9B254A

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

Shades of Lipstick #9B254A

Tints of Lipstick #9B254A

Color information

#9B254A (or 0x9B254A) is unknown color: approx Lipstick. HEX triplet: 9B, 25 and 4A. RGB value is (155,37,74). Sum of RGB (Red+Green+Blue) = 155+37+74=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B254A is #64DAB5. Grayscale: #4C4C4C. Windows color (decimal): -6609590 or 4859291. OLE color: 4859291.

HSL color Cylindrical-coordinate representation of color #9B254A: hue angle of 341.19º 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 #9B254A is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB1553774-
CMYK00.760.520.39
HSL341.19º61.46%37.65%-
HSV(B)341.19º76.13%60.78%-
XYZ15.428.797.36-
YUV76.5126.59183.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.27%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=58.27%
G=13.91%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155377400.760.520.39341.1961.4637.65
Hex9B254A04C34271553d26
Octal23345112011464475257546
Binary10011011100101100101001001100110100100111101010101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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