#992C50

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

Shades of Lipstick #992C50

Tints of Lipstick #992C50

Color information

#992C50 (or 0x992C50) is unknown color: approx Lipstick. HEX triplet: 99, 2C and 50. RGB value is (153,44,80). Sum of RGB (Red+Green+Blue) = 153+44+80=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #992C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992C50 is #66D3AF. Grayscale: #505050. Windows color (decimal): -6738864 or 5254297. OLE color: 5254297.

HSL color Cylindrical-coordinate representation of color #992C50: hue angle of 340.18º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992C50 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB1534480-
CMYK00.710.480.4
HSL340.18º55.33%38.63%-
HSV(B)340.18º71.24%60%-
XYZ15.499.158.54-
YUV80.7127.61179.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 44 (17.58% from 255) = 15.88%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=55.23%
G=15.88%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153448000.710.480.4340.1855.3338.63
Hex992C5004730281543727
Octal23154120010760505246747
Binary10011001101100101000001000111110000101000101010100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992C50; }

 p { color: rgb(153,44,80); }

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

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

 a { background-color: rgb(153,44,80); }

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

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

 span { border-color: rgb(153,44,80); }

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