#992243

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

Shades of Lipstick #992243

Tints of Lipstick #992243

Color information

#992243 (or 0x992243) is unknown color: approx Lipstick. HEX triplet: 99, 22 and 43. RGB value is (153,34,67). Sum of RGB (Red+Green+Blue) = 153+34+67=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #992243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992243 is #66DDBC. Grayscale: #494949. Windows color (decimal): -6741437 or 4399769. OLE color: 4399769.

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

Color convert

RGB1533467-
CMYK00.780.560.4
HSL343.36º63.64%36.67%-
HSV(B)343.36º77.78%60%-
XYZ14.728.326.14-
YUV73.34124.42184.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.24%
GREEN value IS 34 (13.67% from 255) = 13.39%
BLUE value IS 67 (26.56% from 255) = 26.38%
R=60.24%
G=13.39%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153346700.780.560.4343.3663.6436.67
Hex99224304E38281574025
Octal231421030116705052710045
Binary100110011000101000011010011101110001010001010101111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992243; }

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

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

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

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

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

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

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

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