Html Css Color HEX #94366D Lipstick

📋 copy color: '#94366D'

red 148 ◦ green 54 ◦ blue 109

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

Shades of Lipstick #94366D

Tints of Lipstick #94366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 47.59%
G = 17.36%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94366D (or 0x94366D) is known color: Lipstick. HEX triplet: 94, 36 and 6D. RGB value is (148,54,109). Sum of RGB (Red+Green+Blue) = 148+54+109=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94366D is #6BC992. Grayscale: #585858. Windows color (decimal): -7063955 or 7157396. OLE color: 7157396.

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

Color convert

RGB 148 54 109 -
CMYK 0 0.64 0.26 0.42
HSL 324.89º 0.47% 0.4% -
HSV(B) 324.89º 0.64% 0.58% -
XYZ 16.29 10.04 15.55 -
YUV 88.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 148 54 109 0 0.64 0.26 0.42 324.89 0.47 0.4
Hex 94 36 6D 0 40 1A 2A 145 2F 28
Octal 224 66 155 0 100 32 52 505 57 50
Binary 10010100 110110 1101101 0 1000000 11010 101010 101000101 101111 101000

Color Harmonies of #94366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94366D

Black with #94366D

Text Example


Text Example

White with #94366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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