#992869

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

Shades of Lipstick #992869

Tints of Lipstick #992869

Color information

#992869 (or 0x992869) is unknown color: approx Lipstick. HEX triplet: 99, 28 and 69. RGB value is (153,40,105). Sum of RGB (Red+Green+Blue) = 153+40+105=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #992869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992869 is #66D796. Grayscale: #515151. Windows color (decimal): -6739863 or 6891673. OLE color: 6891673.

HSL color Cylindrical-coordinate representation of color #992869: hue angle of 325.49º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992869 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15340105-
CMYK00.740.310.4
HSL325.49º58.55%37.84%-
HSV(B)325.49º73.86%60%-
XYZ16.459.3114.29-
YUV81.2141.44179.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=51.34%
G=13.42%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534010500.740.310.4325.4958.5537.84
Hex99286904A1F281453b26
Octal23150151011237505057346
Binary1001100110100011010010100101011111101000101000101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992869; }

 p { color: rgb(153,40,105); }

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

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

 a { background-color: rgb(153,40,105); }

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

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

 span { border-color: rgb(153,40,105); }

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