#9B1D42

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

Shades of Lipstick #9B1D42

Tints of Lipstick #9B1D42

Color information

#9B1D42 (or 0x9B1D42) is unknown color: approx Lipstick. HEX triplet: 9B, 1D and 42. RGB value is (155,29,66). Sum of RGB (Red+Green+Blue) = 155+29+66=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1D42 is #64E2BD. Grayscale: #464646. Windows color (decimal): -6611646 or 4332955. OLE color: 4332955.

HSL color Cylindrical-coordinate representation of color #9B1D42: hue angle of 342.38º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1D42 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB1552966-
CMYK00.810.570.39
HSL342.38º68.48%36.08%-
HSV(B)342.38º81.29%60.78%-
XYZ14.948.245.96-
YUV70.89125.24187.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62%
GREEN value IS 29 (11.72% from 255) = 11.6%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=62%
G=11.6%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155296600.810.570.39342.3868.4836.08
Hex9B1D4205139271564424
Octal233351020121714752610444
Binary10011011111011000010010100011110011001111010101101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,29,66); }

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

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

 a { background-color: rgb(155,29,66); }

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

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

 span { border-color: rgb(155,29,66); }

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