Html Css Color HEX #93376A Lipstick

📋 copy color: '#93376A'

red 147 ◦ green 55 ◦ blue 106

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

Shades of Lipstick #93376A

Tints of Lipstick #93376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.42%

R = 47.73%
G = 17.86%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#93376A (or 0x93376A) is known color: Lipstick. HEX triplet: 93, 37 and 6A. RGB value is (147,55,106). Sum of RGB (Red+Green+Blue) = 147+55+106=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93376A is #6CC895. Grayscale: #585858. Windows color (decimal): -7129238 or 6961043. OLE color: 6961043.

HSL color Cylindrical-coordinate representation of color #93376A: hue angle of 326.74º 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 #93376A is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 55 106 -
CMYK 0 0.63 0.28 0.42
HSL 326.74º 0.46% 0.4% -
HSV(B) 326.74º 0.63% 0.58% -
XYZ 16 9.98 14.72 -
YUV 88.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 147 55 106 0 0.63 0.28 0.42 326.74 0.46 0.4
Hex 93 37 6A 0 3F 1C 2A 147 2E 28
Octal 223 67 152 0 77 34 52 507 56 50
Binary 10010011 110111 1101010 0 111111 11100 101010 101000111 101110 101000

Color Harmonies of #93376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93376A

Black with #93376A

Text Example


Text Example

White with #93376A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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