Html Css Color HEX #93325D Lipstick

📋 copy color: '#93325D'

red 147 ◦ green 50 ◦ blue 93

#93325D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #93325D

Tints of Lipstick #93325D

RGB

 RED value IS 147 (57.81% from 255) = 50.69%

 GREEN value IS 50 (19.92% from 255) = 17.24%

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 50.69%
G = 17.24%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93325D (or 0x93325D) is known color: Lipstick. HEX triplet: 93, 32 and 5D. RGB value is (147,50,93). Sum of RGB (Red+Green+Blue) = 147+50+93=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93325D is #6CCDA2. Grayscale: #535353. Windows color (decimal): -7130531 or 6107795. OLE color: 6107795.

HSL color Cylindrical-coordinate representation of color #93325D: hue angle of 333.4º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93325D is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 50 93 -
CMYK 0 0.66 0.37 0.42
HSL 333.4º 0.49% 0.39% -
HSV(B) 333.4º 0.66% 0.58% -
XYZ 15.15 9.27 11.35 -
YUV 83.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 147 50 93 0 0.66 0.37 0.42 333.4 0.49 0.39
Hex 93 32 5D 0 42 25 2A 14D 31 27
Octal 223 62 135 0 102 45 52 515 61 47
Binary 10010011 110010 1011101 0 1000010 100101 101010 101001101 110001 100111

Color Harmonies of #93325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93325D

Black with #93325D

Text Example


Text Example

White with #93325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,50,93); }

 H1.HeaderClassName
 {
   color: #93325D;
 }
 .AnyTagClassName
 {
   color: #93325D;
 }
</style>

background-color css

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

 a { background-color: rgb(147,50,93); }

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

border-color css

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

 span { border-color: rgb(147,50,93); }

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