#9B2142

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

Shades of Lipstick #9B2142

Tints of Lipstick #9B2142

Color information

#9B2142 (or 0x9B2142) is unknown color: approx Lipstick. HEX triplet: 9B, 21 and 42. RGB value is (155,33,66). Sum of RGB (Red+Green+Blue) = 155+33+66=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2142 is #64DEBD. Grayscale: #494949. Windows color (decimal): -6610622 or 4333979. OLE color: 4333979.

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

Color convert

RGB1553366-
CMYK00.790.570.39
HSL343.77º64.89%36.86%-
HSV(B)343.77º78.71%60.78%-
XYZ15.048.455.99-
YUV73.24123.92186.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.02%
GREEN value IS 33 (13.28% from 255) = 12.99%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=61.02%
G=12.99%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155336600.790.570.39343.7764.8936.86
Hex9B214204F39271584125
Octal233411020117714753010145
Binary100110111000011000010010011111110011001111010110001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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