#93376B

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

Shades of Lipstick #93376B

Tints of Lipstick #93376B

Color information

#93376B (or 0x93376B) is unknown color: approx Lipstick. HEX triplet: 93, 37 and 6B. RGB value is (147,55,107). Sum of RGB (Red+Green+Blue) = 147+55+107=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93376B is #6CC894. Grayscale: #585858. Windows color (decimal): -7129237 or 7026579. OLE color: 7026579.

HSL color Cylindrical-coordinate representation of color #93376B: hue angle of 326.09º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93376B is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14755107-
CMYK00.630.270.42
HSL326.09º45.54%39.61%-
HSV(B)326.09º62.59%57.65%-
XYZ16.051014.99-
YUV88.44138.48169.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=47.57%
G=17.80%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475510700.630.270.42326.0945.5439.61
Hex93376B03F1B2A1462e28
Octal2236715307733525065650
Binary100100111101111101011011111111011101010101000110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93376B; }

 p { color: rgb(147,55,107); }

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

<style>
 a { background-color: #93376B; }

 a { background-color: rgb(147,55,107); }

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

<style>
 span { border-color: #93376B; }

 span { border-color: rgb(147,55,107); }

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