Html Css Color HEX #93365D Lipstick

📋 copy color: '#93365D'

red 147 ◦ green 54 ◦ blue 93

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

Shades of Lipstick #93365D

Tints of Lipstick #93365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

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

R = 50%
G = 18.37%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93365D (or 0x93365D) is known color: Lipstick. HEX triplet: 93, 36 and 5D. RGB value is (147,54,93). Sum of RGB (Red+Green+Blue) = 147+54+93=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93365D is #6CC9A2. Grayscale: #565656. Windows color (decimal): -7129507 or 6108819. OLE color: 6108819.

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

Color convert

RGB 147 54 93 -
CMYK 0 0.63 0.37 0.42
HSL 334.84º 0.46% 0.39% -
HSV(B) 334.84º 0.63% 0.58% -
XYZ 15.33 9.63 11.41 -
YUV 86.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 147 54 93 0 0.63 0.37 0.42 334.84 0.46 0.39
Hex 93 36 5D 0 3F 25 2A 14F 2E 27
Octal 223 66 135 0 77 45 52 517 56 47
Binary 10010011 110110 1011101 0 111111 100101 101010 101001111 101110 100111

Color Harmonies of #93365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93365D

Black with #93365D

Text Example


Text Example

White with #93365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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