Html Css Color HEX #94365E Lipstick

📋 copy color: '#94365E'

red 148 ◦ green 54 ◦ blue 94

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

Shades of Lipstick #94365E

Tints of Lipstick #94365E

RGB

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

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

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

R = 50%
G = 18.24%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94365E (or 0x94365E) is known color: Lipstick. HEX triplet: 94, 36 and 5E. RGB value is (148,54,94). Sum of RGB (Red+Green+Blue) = 148+54+94=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94365E is #6BC9A1. Grayscale: #565656. Windows color (decimal): -7063970 or 6174356. OLE color: 6174356.

HSL color Cylindrical-coordinate representation of color #94365E: hue angle of 334.47º 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 #94365E is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 54 94 -
CMYK 0 0.64 0.36 0.42
HSL 334.47º 0.47% 0.4% -
HSV(B) 334.47º 0.64% 0.58% -
XYZ 15.55 9.74 11.65 -
YUV 86.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 148 54 94 0 0.64 0.36 0.42 334.47 0.47 0.4
Hex 94 36 5E 0 40 24 2A 14E 2F 28
Octal 224 66 136 0 100 44 52 516 57 50
Binary 10010100 110110 1011110 0 1000000 100100 101010 101001110 101111 101000

Color Harmonies of #94365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94365E

Black with #94365E

Text Example


Text Example

White with #94365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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