#992743

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

Shades of Lipstick #992743

Tints of Lipstick #992743

Color information

#992743 (or 0x992743) is unknown color: approx Lipstick. HEX triplet: 99, 27 and 43. RGB value is (153,39,67). Sum of RGB (Red+Green+Blue) = 153+39+67=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #992743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992743 is #66D8BC. Grayscale: #4C4C4C. Windows color (decimal): -6740157 or 4401049. OLE color: 4401049.

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

Color convert

RGB1533967-
CMYK00.750.560.4
HSL345.26º59.38%37.65%-
HSV(B)345.26º74.51%60%-
XYZ14.888.636.19-
YUV76.28122.77182.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.07%
GREEN value IS 39 (15.62% from 255) = 15.06%
BLUE value IS 67 (26.56% from 255) = 25.87%
R=59.07%
G=15.06%
B=25.87%

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
Decimal153396700.750.560.4345.2659.3837.65
Hex99274304B38281593b26
Octal23147103011370505317346
Binary10011001100111100001101001011111000101000101011001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992743; }

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

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

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

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

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

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

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

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