#991840

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

Shades of Lipstick #991840

Tints of Lipstick #991840

Color information

#991840 (or 0x991840) is unknown color: approx Lipstick. HEX triplet: 99, 18 and 40. RGB value is (153,24,64). Sum of RGB (Red+Green+Blue) = 153+24+64=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #991840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991840 is #66E7BF. Grayscale: #434343. Windows color (decimal): -6744000 or 4200601. OLE color: 4200601.

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

Color convert

RGB1532464-
CMYK00.840.580.4
HSL341.4º72.88%34.71%-
HSV(B)341.4º84.31%60%-
XYZ14.397.85.6-
YUV67.13126.24189.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.49%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=63.49%
G=9.96%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153246400.840.580.4341.472.8834.71
Hex9918400543A281554923
Octal231301000124725052511143
Binary10011001110001000000010101001110101010001010101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991840; }

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

 H1.HeaderClassName
 {
   color: #991840;
 }
 .AnyTagClassName
 {
   color: #991840;
 }
</style>
background-color css

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

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

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

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

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

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