#99294b

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

Shades of Lipstick #99294B

Tints of Lipstick #99294B

Color information

#99294B (or 0x99294B) is unknown color: approx Lipstick. HEX triplet: 99, 29 and 4B. RGB value is (153,41,75). Sum of RGB (Red+Green+Blue) = 153+41+75=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #99294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99294B is #66D6B4. Grayscale: #4E4E4E. Windows color (decimal): -6739637 or 4925849. OLE color: 4925849.

HSL color Cylindrical-coordinate representation of color #99294B: hue angle of 341.79º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99294B is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB1534175-
CMYK00.730.510.4
HSL341.79º57.73%38.04%-
HSV(B)341.79º73.2%60%-
XYZ15.28.877.57-
YUV78.36126.11181.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.88%
GREEN value IS 41 (16.41% from 255) = 15.24%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=56.88%
G=15.24%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153417500.730.510.4341.7957.7338.04
Hex99294B04933281563a26
Octal23151113011163505267246
Binary10011001101001100101101001001110011101000101010110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99294b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99294b; }

 p { color: rgb(153,41,75); }

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

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

 a { background-color: rgb(153,41,75); }

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

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

 span { border-color: rgb(153,41,75); }

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