#93234D

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

Shades of Lipstick #93234D

Tints of Lipstick #93234D

Color information

#93234D (or 0x93234D) is unknown color: approx Lipstick. HEX triplet: 93, 23 and 4D. RGB value is (147,35,77). Sum of RGB (Red+Green+Blue) = 147+35+77=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #93234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93234D is #6CDCB2. Grayscale: #494949. Windows color (decimal): -7134387 or 5055379. OLE color: 5055379.

HSL color Cylindrical-coordinate representation of color #93234D: hue angle of 337.5º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93234D is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1473577-
CMYK00.760.480.42
HSL337.5º61.54%35.69%-
HSV(B)337.5º76.19%57.65%-
XYZ13.977.947.82-
YUV73.28130.11180.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.76%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=56.76%
G=13.51%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147357700.760.480.42337.561.5435.69
Hex93234D04C302A1523e24
Octal22343115011460525227644
Binary10010011100011100110101001100110000101010101010010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93234D; }

 p { color: rgb(147,35,77); }

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

<style>
 a { background-color: #93234D; }

 a { background-color: rgb(147,35,77); }

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

<style>
 span { border-color: #93234D; }

 span { border-color: rgb(147,35,77); }

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