#9B164C

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

Shades of Lipstick #9B164C

Tints of Lipstick #9B164C

Color information

#9B164C (or 0x9B164C) is unknown color: approx Lipstick. HEX triplet: 9B, 16 and 4C. RGB value is (155,22,76). Sum of RGB (Red+Green+Blue) = 155+22+76=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B164C is #64E9B3. Grayscale: #434343. Windows color (decimal): -6613428 or 4986523. OLE color: 4986523.

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

Color convert

RGB1552276-
CMYK00.860.510.39
HSL335.64º75.14%34.71%-
HSV(B)335.64º85.81%60.78%-
XYZ15.118.067.6-
YUV67.92132.56190.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=61.26%
G=8.70%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155227600.860.510.39335.6475.1434.71
Hex9B164C05633271504b23
Octal233261140126634752011343
Binary10011011101101001100010101101100111001111010100001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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