#991542

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

Shades of Lipstick #991542

Tints of Lipstick #991542

Color information

#991542 (or 0x991542) is unknown color: approx Lipstick. HEX triplet: 99, 15 and 42. RGB value is (153,21,66). Sum of RGB (Red+Green+Blue) = 153+21+66=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #991542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991542 is #66EABD. Grayscale: #414141. Windows color (decimal): -6744766 or 4330905. OLE color: 4330905.

HSL color Cylindrical-coordinate representation of color #991542: hue angle of 339.55º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991542 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB1532166-
CMYK00.860.570.4
HSL339.55º75.86%34.12%-
HSV(B)339.55º86.27%60%-
XYZ14.397.75.88-
YUV65.6128.23190.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.75%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=63.75%
G=8.75%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153216600.860.570.4339.5575.8634.12
Hex99154205639281544c22
Octal231251020126715052411442
Binary10011001101011000010010101101110011010001010101001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991542; }

 p { color: rgb(153,21,66); }

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

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

 a { background-color: rgb(153,21,66); }

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

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

 span { border-color: rgb(153,21,66); }

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