#992643

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

Shades of Lipstick #992643

Tints of Lipstick #992643

Color information

#992643 (or 0x992643) is unknown color: approx Lipstick. HEX triplet: 99, 26 and 43. RGB value is (153,38,67). Sum of RGB (Red+Green+Blue) = 153+38+67=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #992643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992643 is #66D9BC. Grayscale: #4B4B4B. Windows color (decimal): -6740413 or 4400793. OLE color: 4400793.

HSL color Cylindrical-coordinate representation of color #992643: hue angle of 344.87º 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 #992643 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB1533867-
CMYK00.750.560.4
HSL344.87º60.21%37.45%-
HSV(B)344.87º75.16%60%-
XYZ14.848.566.18-
YUV75.69123.1183.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.30%
GREEN value IS 38 (15.23% from 255) = 14.73%
BLUE value IS 67 (26.56% from 255) = 25.97%
R=59.30%
G=14.73%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153386700.750.560.4344.8760.2137.45
Hex99264304B38281593c25
Octal23146103011370505317445
Binary10011001100110100001101001011111000101000101011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992643; }

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

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

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

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

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

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

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

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