#992448

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

Shades of Lipstick #992448

Tints of Lipstick #992448

Color information

#992448 (or 0x992448) is unknown color: approx Lipstick. HEX triplet: 99, 24 and 48. RGB value is (153,36,72). Sum of RGB (Red+Green+Blue) = 153+36+72=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #992448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992448 is #66DBB7. Grayscale: #4B4B4B. Windows color (decimal): -6740920 or 4727961. OLE color: 4727961.

HSL color Cylindrical-coordinate representation of color #992448: hue angle of 341.54º degrees, saturation: 0.62, 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 #992448 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB1533672-
CMYK00.760.530.4
HSL341.54º61.9%37.06%-
HSV(B)341.54º76.47%60%-
XYZ14.948.56.98-
YUV75.09126.26183.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.62%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=58.62%
G=13.79%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153367200.760.530.4341.5461.937.06
Hex99244804C35281563e25
Octal23144110011465505267645
Binary10011001100100100100001001100110101101000101010110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992448; }

 p { color: rgb(153,36,72); }

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

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

 a { background-color: rgb(153,36,72); }

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

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

 span { border-color: rgb(153,36,72); }

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