#992543

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

Shades of Lipstick #992543

Tints of Lipstick #992543

Color information

#992543 (or 0x992543) is unknown color: approx Lipstick. HEX triplet: 99, 25 and 43. RGB value is (153,37,67). Sum of RGB (Red+Green+Blue) = 153+37+67=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #992543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992543 is #66DABC. Grayscale: #4B4B4B. Windows color (decimal): -6740669 or 4400537. OLE color: 4400537.

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

Color convert

RGB1533767-
CMYK00.760.560.4
HSL344.48º61.05%37.25%-
HSV(B)344.48º75.82%60%-
XYZ14.818.56.17-
YUV75.1123.43183.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.53%
GREEN value IS 37 (14.84% from 255) = 14.40%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=59.53%
G=14.40%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153376700.760.560.4344.4861.0537.25
Hex99254304C38281583d25
Octal23145103011470505307545
Binary10011001100101100001101001100111000101000101011000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992543; }

 p { color: rgb(153,37,67); }

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

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

 a { background-color: rgb(153,37,67); }

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

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

 span { border-color: rgb(153,37,67); }

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