#9b153e

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

Shades of Lipstick #9B153E

Tints of Lipstick #9B153E

Color information

#9B153E (or 0x9B153E) is unknown color: approx Lipstick. HEX triplet: 9B, 15 and 3E. RGB value is (155,21,62). Sum of RGB (Red+Green+Blue) = 155+21+62=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B153E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B153E is #64EAC1. Grayscale: #414141. Windows color (decimal): -6613698 or 4068763. OLE color: 4068763.

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

Color convert

RGB1552162-
CMYK00.860.60.39
HSL341.64º76.14%34.51%-
HSV(B)341.64º86.45%60.78%-
XYZ14.667.855.3-
YUV65.74125.89191.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.13%
GREEN value IS 21 (8.59% from 255) = 8.82%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=65.13%
G=8.82%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.6
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155216200.860.60.39341.6476.1434.51
Hex9B153E0563C271564c23
Octal23325760126744752611443
Binary1001101110101111110010101101111001001111010101101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b153e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,21,62); }

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

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

 a { background-color: rgb(155,21,62); }

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

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

 span { border-color: rgb(155,21,62); }

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