#9B2952

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

Shades of Lipstick #9B2952

Tints of Lipstick #9B2952

Color information

#9B2952 (or 0x9B2952) is unknown color: approx Lipstick. HEX triplet: 9B, 29 and 52. RGB value is (155,41,82). Sum of RGB (Red+Green+Blue) = 155+41+82=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2952 is #64D6AD. Grayscale: #4F4F4F. Windows color (decimal): -6608558 or 5384603. OLE color: 5384603.

HSL color Cylindrical-coordinate representation of color #9B2952: hue angle of 338.42º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2952 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB1554182-
CMYK00.740.470.39
HSL338.42º58.16%38.43%-
HSV(B)338.42º73.55%60.78%-
XYZ15.839.168.92-
YUV79.76129.27181.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.76%
GREEN value IS 41 (16.41% from 255) = 14.75%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=55.76%
G=14.75%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155418200.740.470.39338.4258.1638.43
Hex9B295204A2F271523a26
Octal23351122011257475227246
Binary10011011101001101001001001010101111100111101010010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,41,82); }

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

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

 a { background-color: rgb(155,41,82); }

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

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

 span { border-color: rgb(155,41,82); }

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