Html Css Color HEX #94144C Lipstick

📋 copy color: '#94144C'

red 148 ◦ green 20 ◦ blue 76

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

Shades of Lipstick #94144C

Tints of Lipstick #94144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.2%

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 60.66%
G = 8.2%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94144C (or 0x94144C) is known color: Lipstick. HEX triplet: 94, 14 and 4C. RGB value is (148,20,76). Sum of RGB (Red+Green+Blue) = 148+20+76=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #94144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94144C is #6BEBB3. Grayscale: #404040. Windows color (decimal): -7072692 or 4986004. OLE color: 4986004.

HSL color Cylindrical-coordinate representation of color #94144C: hue angle of 333.75º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94144C is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 20 76 -
CMYK 0 0.86 0.49 0.42
HSL 333.75º 0.76% 0.33% -
HSV(B) 333.75º 0.86% 0.58% -
XYZ 13.77 7.32 7.52 -
YUV 64.66 134.41 187.45 -
System Red Green Blue C M Y K H S L
Decimal 148 20 76 0 0.86 0.49 0.42 333.75 0.76 0.33
Hex 94 14 4C 0 56 31 2A 14E 4C 21
Octal 224 24 114 0 126 61 52 516 114 41
Binary 10010100 10100 1001100 0 1010110 110001 101010 101001110 1001100 100001

Color Harmonies of #94144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94144C

Black with #94144C

Text Example


Text Example

White with #94144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94144C; }

 p { color: rgb(148,20,76); }

 H1.HeaderClassName
 {
   color: #94144C;
 }
 .AnyTagClassName
 {
   color: #94144C;
 }
</style>

background-color css

<style>
 a { background-color: #94144C; }

 a { background-color: rgb(148,20,76); }

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

border-color css

<style>
 span { border-color: #94144C; }

 span { border-color: rgb(148,20,76); }

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