#992143

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

Shades of Lipstick #992143

Tints of Lipstick #992143

Color information

#992143 (or 0x992143) is unknown color: approx Lipstick. HEX triplet: 99, 21 and 43. RGB value is (153,33,67). Sum of RGB (Red+Green+Blue) = 153+33+67=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #992143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992143 is #66DEBC. Grayscale: #484848. Windows color (decimal): -6741693 or 4399513. OLE color: 4399513.

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

Color convert

RGB1533367-
CMYK00.780.560.4
HSL343º64.52%36.47%-
HSV(B)343º78.43%60%-
XYZ14.698.276.13-
YUV72.76124.76185.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.47%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 67 (26.56% from 255) = 26.48%
R=60.47%
G=13.04%
B=26.48%

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
Decimal153336700.780.560.434364.5236.47
Hex99214304E38281574124
Octal231411030116705052710144
Binary100110011000011000011010011101110001010001010101111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992143; }

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

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

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

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

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

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

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

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