Html Css Color HEX #93295F Lipstick

📋 copy color: '#93295F'

red 147 ◦ green 41 ◦ blue 95

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

Shades of Lipstick #93295F

Tints of Lipstick #93295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.57%

R = 51.94%
G = 14.49%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#93295F (or 0x93295F) is known color: Lipstick. HEX triplet: 93, 29 and 5F. RGB value is (147,41,95). Sum of RGB (Red+Green+Blue) = 147+41+95=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #93295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93295F is #6CD6A0. Grayscale: #4E4E4E. Windows color (decimal): -7132833 or 6236563. OLE color: 6236563.

HSL color Cylindrical-coordinate representation of color #93295F: hue angle of 329.43º 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 #93295F is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 41 95 -
CMYK 0 0.72 0.35 0.42
HSL 329.43º 0.56% 0.37% -
HSV(B) 329.43º 0.72% 0.58% -
XYZ 14.89 8.62 11.7 -
YUV 78.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 147 41 95 0 0.72 0.35 0.42 329.43 0.56 0.37
Hex 93 29 5F 0 48 23 2A 149 38 25
Octal 223 51 137 0 110 43 52 511 70 45
Binary 10010011 101001 1011111 0 1001000 100011 101010 101001001 111000 100101

Color Harmonies of #93295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93295F

Black with #93295F

Text Example


Text Example

White with #93295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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