Html Css Color HEX #93325E Lipstick

📋 copy color: '#93325E'

red 147 ◦ green 50 ◦ blue 94

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

Shades of Lipstick #93325E

Tints of Lipstick #93325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 50.52%
G = 17.18%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#93325E (or 0x93325E) is known color: Lipstick. HEX triplet: 93, 32 and 5E. RGB value is (147,50,94). Sum of RGB (Red+Green+Blue) = 147+50+94=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93325E is #6CCDA1. Grayscale: #535353. Windows color (decimal): -7130530 or 6173331. OLE color: 6173331.

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

Color convert

RGB 147 50 94 -
CMYK 0 0.66 0.36 0.42
HSL 332.78º 0.49% 0.39% -
HSV(B) 332.78º 0.66% 0.58% -
XYZ 15.19 9.29 11.58 -
YUV 84.02 133.64 172.92 -
System Red Green Blue C M Y K H S L
Decimal 147 50 94 0 0.66 0.36 0.42 332.78 0.49 0.39
Hex 93 32 5E 0 42 24 2A 14D 31 27
Octal 223 62 136 0 102 44 52 515 61 47
Binary 10010011 110010 1011110 0 1000010 100100 101010 101001101 110001 100111

Color Harmonies of #93325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93325E

Black with #93325E

Text Example


Text Example

White with #93325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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