Html Css Color HEX #991C47 Lipstick

📋 copy color: '#991C47'

red 153 ◦ green 28 ◦ blue 71

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

Shades of Lipstick #991C47

Tints of Lipstick #991C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.17%

R = 60.71%
G = 11.11%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#991C47 (or 0x991C47) is known color: Lipstick. HEX triplet: 99, 1C and 47. RGB value is (153,28,71). Sum of RGB (Red+Green+Blue) = 153+28+71=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #991C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C47 is #66E3B8. Grayscale: #464646. Windows color (decimal): -6742969 or 4660377. OLE color: 4660377.

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

Color convert

RGB 153 28 71 -
CMYK 0 0.82 0.54 0.4
HSL 339.36º 0.69% 0.35% -
HSV(B) 339.36º 0.82% 0.6% -
XYZ 14.69 8.06 6.74 -
YUV 70.28 128.41 187 -
System Red Green Blue C M Y K H S L
Decimal 153 28 71 0 0.82 0.54 0.4 339.36 0.69 0.35
Hex 99 1C 47 0 52 36 28 153 45 23
Octal 231 34 107 0 122 66 50 523 105 43
Binary 10011001 11100 1000111 0 1010010 110110 101000 101010011 1000101 100011

Color Harmonies of #991C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C47

Black with #991C47

Text Example


Text Example

White with #991C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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