Html Css Color HEX #991340 Lipstick

📋 copy color: '#991340'

red 153 ◦ green 19 ◦ blue 64

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

Shades of Lipstick #991340

Tints of Lipstick #991340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.12%

R = 64.83%
G = 8.05%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#991340 (or 0x991340) is known color: Lipstick. HEX triplet: 99, 13 and 40. RGB value is (153,19,64). Sum of RGB (Red+Green+Blue) = 153+19+64=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #991340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991340 is #66ECBF. Grayscale: #404040. Windows color (decimal): -6745280 or 4199321. OLE color: 4199321.

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

Color convert

RGB 153 19 64 -
CMYK 0 0.88 0.58 0.4
HSL 339.85º 0.78% 0.34% -
HSV(B) 339.85º 0.88% 0.6% -
XYZ 14.3 7.61 5.57 -
YUV 64.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 153 19 64 0 0.88 0.58 0.4 339.85 0.78 0.34
Hex 99 13 40 0 58 3A 28 154 4E 22
Octal 231 23 100 0 130 72 50 524 116 42
Binary 10011001 10011 1000000 0 1011000 111010 101000 101010100 1001110 100010

Color Harmonies of #991340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991340

Black with #991340

Text Example


Text Example

White with #991340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991340; }

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

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

background-color css

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

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

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

border-color css

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

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

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