Html Css Color HEX #93205D Lipstick

📋 copy color: '#93205D'

red 147 ◦ green 32 ◦ blue 93

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

Shades of Lipstick #93205D

Tints of Lipstick #93205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

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

R = 54.04%
G = 11.76%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93205D (or 0x93205D) is known color: Lipstick. HEX triplet: 93, 20 and 5D. RGB value is (147,32,93). Sum of RGB (Red+Green+Blue) = 147+32+93=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #93205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93205D is #6CDFA2. Grayscale: #494949. Windows color (decimal): -7135139 or 6103187. OLE color: 6103187.

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

Color convert

RGB 147 32 93 -
CMYK 0 0.78 0.37 0.42
HSL 328.17º 0.64% 0.35% -
HSV(B) 328.17º 0.78% 0.58% -
XYZ 14.52 8.03 11.14 -
YUV 73.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 147 32 93 0 0.78 0.37 0.42 328.17 0.64 0.35
Hex 93 20 5D 0 4E 25 2A 148 40 23
Octal 223 40 135 0 116 45 52 510 100 43
Binary 10010011 100000 1011101 0 1001110 100101 101010 101001000 1000000 100011

Color Harmonies of #93205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93205D

Black with #93205D

Text Example


Text Example

White with #93205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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