Html Css Color HEX #93376C Lipstick

📋 copy color: '#93376C'

red 147 ◦ green 55 ◦ blue 108

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

Shades of Lipstick #93376C

Tints of Lipstick #93376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.74%

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 47.42%
G = 17.74%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#93376C (or 0x93376C) is known color: Lipstick. HEX triplet: 93, 37 and 6C. RGB value is (147,55,108). Sum of RGB (Red+Green+Blue) = 147+55+108=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93376C is #6CC893. Grayscale: #585858. Windows color (decimal): -7129236 or 7092115. OLE color: 7092115.

HSL color Cylindrical-coordinate representation of color #93376C: hue angle of 325.43º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93376C is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 55 108 -
CMYK 0 0.63 0.27 0.42
HSL 325.43º 0.46% 0.4% -
HSV(B) 325.43º 0.63% 0.58% -
XYZ 16.11 10.02 15.27 -
YUV 88.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 147 55 108 0 0.63 0.27 0.42 325.43 0.46 0.4
Hex 93 37 6C 0 3F 1B 2A 145 2E 28
Octal 223 67 154 0 77 33 52 505 56 50
Binary 10010011 110111 1101100 0 111111 11011 101010 101000101 101110 101000

Color Harmonies of #93376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93376C

Black with #93376C

Text Example


Text Example

White with #93376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93376C; }

 p { color: rgb(147,55,108); }

 H1.HeaderClassName
 {
   color: #93376C;
 }
 .AnyTagClassName
 {
   color: #93376C;
 }
</style>

background-color css

<style>
 a { background-color: #93376C; }

 a { background-color: rgb(147,55,108); }

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

border-color css

<style>
 span { border-color: #93376C; }

 span { border-color: rgb(147,55,108); }

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