Html Css Color HEX #93295D Lipstick

📋 copy color: '#93295D'

red 147 ◦ green 41 ◦ blue 93

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

Shades of Lipstick #93295D

Tints of Lipstick #93295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

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

R = 52.31%
G = 14.59%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93295D (or 0x93295D) is known color: Lipstick. HEX triplet: 93, 29 and 5D. RGB value is (147,41,93). Sum of RGB (Red+Green+Blue) = 147+41+93=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #93295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93295D is #6CD6A2. Grayscale: #4E4E4E. Windows color (decimal): -7132835 or 6105491. OLE color: 6105491.

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

Color convert

RGB 147 41 93 -
CMYK 0 0.72 0.37 0.42
HSL 330.57º 0.56% 0.37% -
HSV(B) 330.57º 0.72% 0.58% -
XYZ 14.8 8.58 11.23 -
YUV 78.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 147 41 93 0 0.72 0.37 0.42 330.57 0.56 0.37
Hex 93 29 5D 0 48 25 2A 14B 38 25
Octal 223 51 135 0 110 45 52 513 70 45
Binary 10010011 101001 1011101 0 1001000 100101 101010 101001011 111000 100101

Color Harmonies of #93295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93295D

Black with #93295D

Text Example


Text Example

White with #93295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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