Html Css Color HEX #93355D Lipstick

📋 copy color: '#93355D'

red 147 ◦ green 53 ◦ blue 93

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

Shades of Lipstick #93355D

Tints of Lipstick #93355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

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

R = 50.17%
G = 18.09%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93355D (or 0x93355D) is known color: Lipstick. HEX triplet: 93, 35 and 5D. RGB value is (147,53,93). Sum of RGB (Red+Green+Blue) = 147+53+93=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93355D is #6CCAA2. Grayscale: #555555. Windows color (decimal): -7129763 or 6108563. OLE color: 6108563.

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

Color convert

RGB 147 53 93 -
CMYK 0 0.64 0.37 0.42
HSL 334.47º 0.47% 0.39% -
HSV(B) 334.47º 0.64% 0.58% -
XYZ 15.28 9.54 11.39 -
YUV 85.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 147 53 93 0 0.64 0.37 0.42 334.47 0.47 0.39
Hex 93 35 5D 0 40 25 2A 14E 2F 27
Octal 223 65 135 0 100 45 52 516 57 47
Binary 10010011 110101 1011101 0 1000000 100101 101010 101001110 101111 100111

Color Harmonies of #93355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93355D

Black with #93355D

Text Example


Text Example

White with #93355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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