Html Css Color HEX #93325B Lipstick

📋 copy color: '#93325B'

red 147 ◦ green 50 ◦ blue 91

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

Shades of Lipstick #93325B

Tints of Lipstick #93325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 51.04%
G = 17.36%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#93325B (or 0x93325B) is known color: Lipstick. HEX triplet: 93, 32 and 5B. RGB value is (147,50,91). Sum of RGB (Red+Green+Blue) = 147+50+91=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93325B is #6CCDA4. Grayscale: #535353. Windows color (decimal): -7130533 or 5976723. OLE color: 5976723.

HSL color Cylindrical-coordinate representation of color #93325B: hue angle of 334.64º 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 #93325B is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 50 91 -
CMYK 0 0.66 0.38 0.42
HSL 334.64º 0.49% 0.39% -
HSV(B) 334.64º 0.66% 0.58% -
XYZ 15.06 9.24 10.89 -
YUV 83.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 147 50 91 0 0.66 0.38 0.42 334.64 0.49 0.39
Hex 93 32 5B 0 42 26 2A 14F 31 27
Octal 223 62 133 0 102 46 52 517 61 47
Binary 10010011 110010 1011011 0 1000010 100110 101010 101001111 110001 100111

Color Harmonies of #93325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93325B

Black with #93325B

Text Example


Text Example

White with #93325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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