#991340

Color #991340 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #991340

Tints of Lipstick #991340

Color information

#991340 (or 0x991340) is unknown color: approx 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

RGB1531964-
CMYK00.880.580.4
HSL339.85º77.91%33.73%-
HSV(B)339.85º87.58%60%-
XYZ14.37.615.57-
YUV64.2127.89191.34-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153196400.880.580.4339.8577.9133.73
Hex9913400583A281544e22
Octal231231000130725052411642
Binary10011001100111000000010110001110101010001010101001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>