Html Css Color HEX #991247 Lipstick

📋 copy color: '#991247'

red 153 ◦ green 18 ◦ blue 71

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

Shades of Lipstick #991247

Tints of Lipstick #991247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

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

R = 63.22%
G = 7.44%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#991247 (or 0x991247) is known color: Lipstick. HEX triplet: 99, 12 and 47. RGB value is (153,18,71). Sum of RGB (Red+Green+Blue) = 153+18+71=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #991247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991247 is #66EDB8. Grayscale: #404040. Windows color (decimal): -6745529 or 4657817. OLE color: 4657817.

HSL color Cylindrical-coordinate representation of color #991247: hue angle of 336.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991247 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 18 71 -
CMYK 0 0.88 0.54 0.4
HSL 336.44º 0.79% 0.34% -
HSV(B) 336.44º 0.88% 0.6% -
XYZ 14.49 7.66 6.68 -
YUV 64.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 153 18 71 0 0.88 0.54 0.4 336.44 0.79 0.34
Hex 99 12 47 0 58 36 28 150 4F 22
Octal 231 22 107 0 130 66 50 520 117 42
Binary 10011001 10010 1000111 0 1011000 110110 101000 101010000 1001111 100010

Color Harmonies of #991247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991247

Black with #991247

Text Example


Text Example

White with #991247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991247; }

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

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

background-color css

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

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

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

border-color css

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

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

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