Html Css Color HEX #94365D Lipstick

📋 copy color: '#94365D'

red 148 ◦ green 54 ◦ blue 93

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

Shades of Lipstick #94365D

Tints of Lipstick #94365D

RGB

 RED value IS 148 (58.2% from 255) = 50.17%

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

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

R = 50.17%
G = 18.31%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94365D (or 0x94365D) is known color: Lipstick. HEX triplet: 94, 36 and 5D. RGB value is (148,54,93). Sum of RGB (Red+Green+Blue) = 148+54+93=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94365D is #6BC9A2. Grayscale: #565656. Windows color (decimal): -7063971 or 6108820. OLE color: 6108820.

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

Color convert

RGB 148 54 93 -
CMYK 0 0.64 0.37 0.42
HSL 335.11º 0.47% 0.4% -
HSV(B) 335.11º 0.64% 0.58% -
XYZ 15.51 9.72 11.42 -
YUV 86.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 148 54 93 0 0.64 0.37 0.42 335.11 0.47 0.4
Hex 94 36 5D 0 40 25 2A 14F 2F 28
Octal 224 66 135 0 100 45 52 517 57 50
Binary 10010100 110110 1011101 0 1000000 100101 101010 101001111 101111 101000

Color Harmonies of #94365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94365D

Black with #94365D

Text Example


Text Example

White with #94365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,54,93); }

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

background-color css

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

 a { background-color: rgb(148,54,93); }

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

border-color css

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

 span { border-color: rgb(148,54,93); }

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