Html Css Color HEX #991344 Lipstick

📋 copy color: '#991344'

red 153 ◦ green 19 ◦ blue 68

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

Shades of Lipstick #991344

Tints of Lipstick #991344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.92%

 BLUE value IS 68 (26.95% from 255) = 28.33%

R = 63.75%
G = 7.92%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#991344 (or 0x991344) is known color: Lipstick. HEX triplet: 99, 13 and 44. RGB value is (153,19,68). Sum of RGB (Red+Green+Blue) = 153+19+68=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #991344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991344 is #66ECBB. Grayscale: #404040. Windows color (decimal): -6745276 or 4461465. OLE color: 4461465.

HSL color Cylindrical-coordinate representation of color #991344: hue angle of 338.06º degrees, saturation: 0.78, 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 #991344 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 68 -
CMYK 0 0.88 0.56 0.4
HSL 338.06º 0.78% 0.34% -
HSV(B) 338.06º 0.88% 0.6% -
XYZ 14.41 7.66 6.19 -
YUV 64.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 153 19 68 0 0.88 0.56 0.4 338.06 0.78 0.34
Hex 99 13 44 0 58 38 28 152 4E 22
Octal 231 23 104 0 130 70 50 522 116 42
Binary 10011001 10011 1000100 0 1011000 111000 101000 101010010 1001110 100010

Color Harmonies of #991344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991344

Black with #991344

Text Example


Text Example

White with #991344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991344; }

 p { color: rgb(153,19,68); }

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

background-color css

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

 a { background-color: rgb(153,19,68); }

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

border-color css

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

 span { border-color: rgb(153,19,68); }

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