#991C4B

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

Shades of Lipstick #991C4B

Tints of Lipstick #991C4B

Color information

#991C4B (or 0x991C4B) is unknown color: approx Lipstick. HEX triplet: 99, 1C and 4B. RGB value is (153,28,75). Sum of RGB (Red+Green+Blue) = 153+28+75=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #991C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C4B is #66E3B4. Grayscale: #464646. Windows color (decimal): -6742965 or 4922521. OLE color: 4922521.

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

Color convert

RGB1532875-
CMYK00.820.510.4
HSL337.44º69.06%35.49%-
HSV(B)337.44º81.7%60%-
XYZ14.828.117.44-
YUV70.73130.41186.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 28 (11.33% from 255) = 10.94%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=59.77%
G=10.94%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153287500.820.510.4337.4469.0635.49
Hex991C4B05233281514523
Octal231341130122635052110543
Binary10011001111001001011010100101100111010001010100011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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