Html Css Color HEX #991C55 Lipstick

📋 copy color: '#991C55'

red 153 ◦ green 28 ◦ blue 85

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

Shades of Lipstick #991C55

Tints of Lipstick #991C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 57.52%
G = 10.53%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#991C55 (or 0x991C55) is known color: Lipstick. HEX triplet: 99, 1C and 55. RGB value is (153,28,85). Sum of RGB (Red+Green+Blue) = 153+28+85=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #991C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991C55 is #66E3AA. Grayscale: #474747. Windows color (decimal): -6742955 or 5577881. OLE color: 5577881.

HSL color Cylindrical-coordinate representation of color #991C55: hue angle of 332.64º 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 #991C55 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 28 85 -
CMYK 0 0.82 0.44 0.4
HSL 332.64º 0.69% 0.35% -
HSV(B) 332.64º 0.82% 0.6% -
XYZ 15.19 8.26 9.39 -
YUV 71.87 135.41 185.87 -
System Red Green Blue C M Y K H S L
Decimal 153 28 85 0 0.82 0.44 0.4 332.64 0.69 0.35
Hex 99 1C 55 0 52 2C 28 14D 45 23
Octal 231 34 125 0 122 54 50 515 105 43
Binary 10011001 11100 1010101 0 1010010 101100 101000 101001101 1000101 100011

Color Harmonies of #991C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C55

Black with #991C55

Text Example


Text Example

White with #991C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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