#9B3452

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

Shades of Lipstick #9B3452

Tints of Lipstick #9B3452

Color information

#9B3452 (or 0x9B3452) is unknown color: approx Lipstick. HEX triplet: 9B, 34 and 52. RGB value is (155,52,82). Sum of RGB (Red+Green+Blue) = 155+52+82=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3452 is #64CBAD. Grayscale: #565656. Windows color (decimal): -6605742 or 5387419. OLE color: 5387419.

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

Color convert

RGB1555282-
CMYK00.660.470.39
HSL342.52º49.76%40.59%-
HSV(B)342.52º66.45%60.78%-
XYZ16.2710.039.06-
YUV86.22125.62177.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.63%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=53.63%
G=17.99%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155528200.660.470.39342.5249.7640.59
Hex9B34520422F271573229
Octal23364122010257475276251
Binary10011011110100101001001000010101111100111101010111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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