#992256

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

Shades of Lipstick #992256

Tints of Lipstick #992256

Color information

#992256 (or 0x992256) is unknown color: approx Lipstick. HEX triplet: 99, 22 and 56. RGB value is (153,34,86). Sum of RGB (Red+Green+Blue) = 153+34+86=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #992256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992256 is #66DDA9. Grayscale: #4B4B4B. Windows color (decimal): -6741418 or 5644953. OLE color: 5644953.

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

Color convert

RGB1533486-
CMYK00.780.440.4
HSL333.78º63.64%36.67%-
HSV(B)333.78º77.78%60%-
XYZ15.398.599.65-
YUV75.51133.92183.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 34 (13.67% from 255) = 12.45%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=56.04%
G=12.45%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153348600.780.440.4333.7863.6436.67
Hex99225604E2C2814e4025
Octal231421260116545051610045
Binary100110011000101010110010011101011001010001010011101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992256; }

 p { color: rgb(153,34,86); }

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

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

 a { background-color: rgb(153,34,86); }

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

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

 span { border-color: rgb(153,34,86); }

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