#991A4B

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

Shades of Lipstick #991A4B

Tints of Lipstick #991A4B

Color information

#991A4B (or 0x991A4B) is unknown color: approx Lipstick. HEX triplet: 99, 1A and 4B. RGB value is (153,26,75). Sum of RGB (Red+Green+Blue) = 153+26+75=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #991A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991A4B is #66E5B4. Grayscale: #454545. Windows color (decimal): -6743477 or 4922009. OLE color: 4922009.

HSL color Cylindrical-coordinate representation of color #991A4B: hue angle of 336.85º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991A4B is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB1532675-
CMYK00.830.510.4
HSL336.85º70.95%35.1%-
HSV(B)336.85º83.01%60%-
XYZ14.788.027.43-
YUV69.56131.08187.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.24%
GREEN value IS 26 (10.55% from 255) = 10.24%
BLUE value IS 75 (29.69% from 255) = 29.53%
R=60.24%
G=10.24%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153267500.830.510.4336.8570.9535.1
Hex991A4B05333281514723
Octal231321130123635052110743
Binary10011001110101001011010100111100111010001010100011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991A4B; }

 p { color: rgb(153,26,75); }

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

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

 a { background-color: rgb(153,26,75); }

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

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

 span { border-color: rgb(153,26,75); }

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