Html Css Color HEX #991C4C Lipstick

📋 copy color: '#991C4C'

red 153 ◦ green 28 ◦ blue 76

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

Shades of Lipstick #991C4C

Tints of Lipstick #991C4C

RGB

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

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

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

R = 59.53%
G = 10.89%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#991C4C (or 0x991C4C) is known color: Lipstick. HEX triplet: 99, 1C and 4C. RGB value is (153,28,76). Sum of RGB (Red+Green+Blue) = 153+28+76=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #991C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C4C is #66E3B3. Grayscale: #464646. Windows color (decimal): -6742964 or 4988057. OLE color: 4988057.

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

Color convert

RGB 153 28 76 -
CMYK 0 0.82 0.50 0.4
HSL 336.96º 0.69% 0.35% -
HSV(B) 336.96º 0.82% 0.6% -
XYZ 14.86 8.12 7.62 -
YUV 70.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 153 28 76 0 0.82 0.50 0.4 336.96 0.69 0.35
Hex 99 1C 4C 0 52 32 28 151 45 23
Octal 231 34 114 0 122 62 50 521 105 43
Binary 10011001 11100 1001100 0 1010010 110010 101000 101010001 1000101 100011

Color Harmonies of #991C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C4C

Black with #991C4C

Text Example


Text Example

White with #991C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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