Html Css Color HEX #991141 Lipstick

📋 copy color: '#991141'

red 153 ◦ green 17 ◦ blue 65

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

Shades of Lipstick #991141

Tints of Lipstick #991141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

 BLUE value IS 65 (25.78% from 255) = 27.66%

R = 65.11%
G = 7.23%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#991141 (or 0x991141) is known color: Lipstick. HEX triplet: 99, 11 and 41. RGB value is (153,17,65). Sum of RGB (Red+Green+Blue) = 153+17+65=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #991141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991141 is #66EEBE. Grayscale: #3F3F3F. Windows color (decimal): -6745791 or 4264345. OLE color: 4264345.

HSL color Cylindrical-coordinate representation of color #991141: hue angle of 338.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991141 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 65 -
CMYK 0 0.89 0.58 0.4
HSL 338.82º 0.8% 0.33% -
HSV(B) 338.82º 0.89% 0.6% -
XYZ 14.29 7.55 5.71 -
YUV 63.14 129.06 192.1 -
System Red Green Blue C M Y K H S L
Decimal 153 17 65 0 0.89 0.58 0.4 338.82 0.8 0.33
Hex 99 11 41 0 59 3A 28 153 50 21
Octal 231 21 101 0 131 72 50 523 120 41
Binary 10011001 10001 1000001 0 1011001 111010 101000 101010011 1010000 100001

Color Harmonies of #991141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991141

Black with #991141

Text Example


Text Example

White with #991141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991141; }

 p { color: rgb(153,17,65); }

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

background-color css

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

 a { background-color: rgb(153,17,65); }

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

border-color css

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

 span { border-color: rgb(153,17,65); }

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