#991F5F

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

Shades of Lipstick #991F5F

Tints of Lipstick #991F5F

Color information

#991F5F (or 0x991F5F) is unknown color: approx Lipstick. HEX triplet: 99, 1F and 5F. RGB value is (153,31,95). Sum of RGB (Red+Green+Blue) = 153+31+95=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #991F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991F5F is #66E0A0. Grayscale: #4A4A4A. Windows color (decimal): -6742177 or 6234009. OLE color: 6234009.

HSL color Cylindrical-coordinate representation of color #991F5F: hue angle of 328.52º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991F5F is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB1533195-
CMYK00.800.380.4
HSL328.52º66.3%36.08%-
HSV(B)328.52º79.74%60%-
XYZ15.698.5811.66-
YUV74.77139.42183.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.84%
GREEN value IS 31 (12.5% from 255) = 11.11%
BLUE value IS 95 (37.5% from 255) = 34.05%
R=54.84%
G=11.11%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153319500.800.380.4328.5266.336.08
Hex991F5F05026281494224
Octal231371370120465051110244
Binary10011001111111011111010100001001101010001010010011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,31,95); }

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

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

 a { background-color: rgb(153,31,95); }

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

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

 span { border-color: rgb(153,31,95); }

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