#992648

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

Shades of Lipstick #992648

Tints of Lipstick #992648

Color information

#992648 (or 0x992648) is unknown color: approx Lipstick. HEX triplet: 99, 26 and 48. RGB value is (153,38,72). Sum of RGB (Red+Green+Blue) = 153+38+72=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #992648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992648 is #66D9B7. Grayscale: #4C4C4C. Windows color (decimal): -6740408 or 4728473. OLE color: 4728473.

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

Color convert

RGB1533872-
CMYK00.750.530.4
HSL342.26º60.21%37.45%-
HSV(B)342.26º75.16%60%-
XYZ158.637.01-
YUV76.26125.6182.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.17%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=58.17%
G=14.45%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153387200.750.530.4342.2660.2137.45
Hex99264804B35281563c25
Octal23146110011365505267445
Binary10011001100110100100001001011110101101000101010110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992648; }

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

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

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

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

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

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

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

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