#93306A

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

Shades of Lipstick #93306A

Tints of Lipstick #93306A

Color information

#93306A (or 0x93306A) is unknown color: approx Lipstick. HEX triplet: 93, 30 and 6A. RGB value is (147,48,106). Sum of RGB (Red+Green+Blue) = 147+48+106=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #93306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93306A is #6CCF95. Grayscale: #545454. Windows color (decimal): -7131030 or 6959251. OLE color: 6959251.

HSL color Cylindrical-coordinate representation of color #93306A: hue angle of 324.85º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93306A is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14748106-
CMYK00.670.280.42
HSL324.85º50.77%38.24%-
HSV(B)324.85º67.35%57.65%-
XYZ15.699.3614.61-
YUV84.21140.3172.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.84%
GREEN value IS 48 (19.14% from 255) = 15.95%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=48.84%
G=15.95%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474810600.670.280.42324.8550.7738.24
Hex93306A0431C2A1453326
Octal22360152010334525056346
Binary1001001111000011010100100001111100101010101000101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93306A; }

 p { color: rgb(147,48,106); }

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

<style>
 a { background-color: #93306A; }

 a { background-color: rgb(147,48,106); }

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

<style>
 span { border-color: #93306A; }

 span { border-color: rgb(147,48,106); }

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