#9B1943

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

Shades of Lipstick #9B1943

Tints of Lipstick #9B1943

Color information

#9B1943 (or 0x9B1943) is unknown color: approx Lipstick. HEX triplet: 9B, 19 and 43. RGB value is (155,25,67). Sum of RGB (Red+Green+Blue) = 155+25+67=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1943 is #64E6BC. Grayscale: #444444. Windows color (decimal): -6612669 or 4397467. OLE color: 4397467.

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

Color convert

RGB1552567-
CMYK00.840.570.39
HSL340.62º72.22%35.29%-
HSV(B)340.62º83.87%60.78%-
XYZ14.888.076.08-
YUV68.66127.07189.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.75%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 67 (26.56% from 255) = 27.13%
R=62.75%
G=10.12%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155256700.840.570.39340.6272.2235.29
Hex9B194305439271554823
Octal233311030124714752511043
Binary10011011110011000011010101001110011001111010101011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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