Html Css Color HEX #991C40 Lipstick

📋 copy color: '#991C40'

red 153 ◦ green 28 ◦ blue 64

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

Shades of Lipstick #991C40

Tints of Lipstick #991C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 62.45%
G = 11.43%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#991C40 (or 0x991C40) is known color: Lipstick. HEX triplet: 99, 1C and 40. RGB value is (153,28,64). Sum of RGB (Red+Green+Blue) = 153+28+64=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #991C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C40 is #66E3BF. Grayscale: #454545. Windows color (decimal): -6742976 or 4201625. OLE color: 4201625.

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

Color convert

RGB 153 28 64 -
CMYK 0 0.82 0.58 0.4
HSL 342.72º 0.69% 0.35% -
HSV(B) 342.72º 0.82% 0.6% -
XYZ 14.48 7.97 5.63 -
YUV 69.48 124.91 187.57 -
System Red Green Blue C M Y K H S L
Decimal 153 28 64 0 0.82 0.58 0.4 342.72 0.69 0.35
Hex 99 1C 40 0 52 3A 28 157 45 23
Octal 231 34 100 0 122 72 50 527 105 43
Binary 10011001 11100 1000000 0 1010010 111010 101000 101010111 1000101 100011

Color Harmonies of #991C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C40

Black with #991C40

Text Example


Text Example

White with #991C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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