#9b194c

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

Shades of Lipstick #9B194C

Tints of Lipstick #9B194C

Color information

#9B194C (or 0x9B194C) is unknown color: approx Lipstick. HEX triplet: 9B, 19 and 4C. RGB value is (155,25,76). Sum of RGB (Red+Green+Blue) = 155+25+76=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B194C is #64E6B3. Grayscale: #454545. Windows color (decimal): -6612660 or 4987291. OLE color: 4987291.

HSL color Cylindrical-coordinate representation of color #9B194C: hue angle of 336.46º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B194C is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB1552576-
CMYK00.840.510.39
HSL336.46º72.22%35.29%-
HSV(B)336.46º83.87%60.78%-
XYZ15.178.197.62-
YUV69.68131.57188.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.55%
GREEN value IS 25 (10.16% from 255) = 9.77%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=60.55%
G=9.77%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155257600.840.510.39336.4672.2235.29
Hex9B194C05433271504823
Octal233311140124634752011043
Binary10011011110011001100010101001100111001111010100001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b194c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,25,76); }

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

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

 a { background-color: rgb(155,25,76); }

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

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

 span { border-color: rgb(155,25,76); }

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