Html Css Color HEX #93385D Lipstick

📋 copy color: '#93385D'

red 147 ◦ green 56 ◦ blue 93

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

Shades of Lipstick #93385D

Tints of Lipstick #93385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

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

R = 49.66%
G = 18.92%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93385D (or 0x93385D) is known color: Lipstick. HEX triplet: 93, 38 and 5D. RGB value is (147,56,93). Sum of RGB (Red+Green+Blue) = 147+56+93=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #93385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93385D is #6CC7A2. Grayscale: #575757. Windows color (decimal): -7128995 or 6109331. OLE color: 6109331.

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

Color convert

RGB 147 56 93 -
CMYK 0 0.62 0.37 0.42
HSL 335.6º 0.45% 0.4% -
HSV(B) 335.6º 0.62% 0.58% -
XYZ 15.42 9.82 11.44 -
YUV 87.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 147 56 93 0 0.62 0.37 0.42 335.6 0.45 0.4
Hex 93 38 5D 0 3E 25 2A 150 2D 28
Octal 223 70 135 0 76 45 52 520 55 50
Binary 10010011 111000 1011101 0 111110 100101 101010 101010000 101101 101000

Color Harmonies of #93385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93385D

Black with #93385D

Text Example


Text Example

White with #93385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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