Html Css Color HEX #991C50 Lipstick

📋 copy color: '#991C50'

red 153 ◦ green 28 ◦ blue 80

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

Shades of Lipstick #991C50

Tints of Lipstick #991C50

RGB

 RED value IS 153 (60.16% from 255) = 58.62%

 GREEN value IS 28 (11.33% from 255) = 10.73%

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 58.62%
G = 10.73%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#991C50 (or 0x991C50) is known color: Lipstick. HEX triplet: 99, 1C and 50. RGB value is (153,28,80). Sum of RGB (Red+Green+Blue) = 153+28+80=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #991C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991C50 is #66E3AF. Grayscale: #474747. Windows color (decimal): -6742960 or 5250201. OLE color: 5250201.

HSL color Cylindrical-coordinate representation of color #991C50: hue angle of 335.04º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991C50 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 28 80 -
CMYK 0 0.82 0.48 0.4
HSL 335.04º 0.69% 0.35% -
HSV(B) 335.04º 0.82% 0.6% -
XYZ 15 8.18 8.38 -
YUV 71.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 153 28 80 0 0.82 0.48 0.4 335.04 0.69 0.35
Hex 99 1C 50 0 52 30 28 14F 45 23
Octal 231 34 120 0 122 60 50 517 105 43
Binary 10011001 11100 1010000 0 1010010 110000 101000 101001111 1000101 100011

Color Harmonies of #991C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C50

Black with #991C50

Text Example


Text Example

White with #991C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991C50; }

 p { color: rgb(153,28,80); }

 H1.HeaderClassName
 {
   color: #991C50;
 }
 .AnyTagClassName
 {
   color: #991C50;
 }
</style>

background-color css

<style>
 a { background-color: #991C50; }

 a { background-color: rgb(153,28,80); }

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

border-color css

<style>
 span { border-color: #991C50; }

 span { border-color: rgb(153,28,80); }

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