#99255B

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

Shades of Lipstick #99255B

Tints of Lipstick #99255B

Color information

#99255B (or 0x99255B) is unknown color: approx Lipstick. HEX triplet: 99, 25 and 5B. RGB value is (153,37,91). Sum of RGB (Red+Green+Blue) = 153+37+91=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #99255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99255B is #66DAA4. Grayscale: #4D4D4D. Windows color (decimal): -6740645 or 5973401. OLE color: 5973401.

HSL color Cylindrical-coordinate representation of color #99255B: hue angle of 332.07º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99255B is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1533791-
CMYK00.760.410.4
HSL332.07º61.05%37.25%-
HSV(B)332.07º75.82%60%-
XYZ15.698.8510.78-
YUV77.84135.43181.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.45%
GREEN value IS 37 (14.84% from 255) = 13.17%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=54.45%
G=13.17%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153379100.760.410.4332.0761.0537.25
Hex99255B04C292814c3d25
Octal23145133011451505147545
Binary10011001100101101101101001100101001101000101001100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99255B; }

 p { color: rgb(153,37,91); }

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

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

 a { background-color: rgb(153,37,91); }

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

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

 span { border-color: rgb(153,37,91); }

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