Html Css Color HEX #93365E Lipstick

📋 copy color: '#93365E'

red 147 ◦ green 54 ◦ blue 94

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

Shades of Lipstick #93365E

Tints of Lipstick #93365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 49.83%
G = 18.31%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#93365E (or 0x93365E) is known color: Lipstick. HEX triplet: 93, 36 and 5E. RGB value is (147,54,94). Sum of RGB (Red+Green+Blue) = 147+54+94=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93365E is #6CC9A1. Grayscale: #565656. Windows color (decimal): -7129506 or 6174355. OLE color: 6174355.

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

Color convert

RGB 147 54 94 -
CMYK 0 0.63 0.36 0.42
HSL 334.19º 0.46% 0.39% -
HSV(B) 334.19º 0.63% 0.58% -
XYZ 15.37 9.65 11.64 -
YUV 86.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 147 54 94 0 0.63 0.36 0.42 334.19 0.46 0.39
Hex 93 36 5E 0 3F 24 2A 14E 2E 27
Octal 223 66 136 0 77 44 52 516 56 47
Binary 10010011 110110 1011110 0 111111 100100 101010 101001110 101110 100111

Color Harmonies of #93365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93365E

Black with #93365E

Text Example


Text Example

White with #93365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93365E; }

 p { color: rgb(147,54,94); }

 H1.HeaderClassName
 {
   color: #93365E;
 }
 .AnyTagClassName
 {
   color: #93365E;
 }
</style>

background-color css

<style>
 a { background-color: #93365E; }

 a { background-color: rgb(147,54,94); }

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

border-color css

<style>
 span { border-color: #93365E; }

 span { border-color: rgb(147,54,94); }

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