#99254F

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

Shades of Lipstick #99254F

Tints of Lipstick #99254F

Color information

#99254F (or 0x99254F) is unknown color: approx Lipstick. HEX triplet: 99, 25 and 4F. RGB value is (153,37,79). Sum of RGB (Red+Green+Blue) = 153+37+79=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #99254F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99254F is #66DAB0. Grayscale: #4C4C4C. Windows color (decimal): -6740657 or 5186969. OLE color: 5186969.

HSL color Cylindrical-coordinate representation of color #99254F: hue angle of 338.28º 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 #99254F is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB1533779-
CMYK00.760.480.4
HSL338.28º61.05%37.25%-
HSV(B)338.28º75.82%60%-
XYZ15.218.668.27-
YUV76.47129.43182.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.88%
GREEN value IS 37 (14.84% from 255) = 13.75%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=56.88%
G=13.75%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153377900.760.480.4338.2861.0537.25
Hex99254F04C30281523d25
Octal23145117011460505227545
Binary10011001100101100111101001100110000101000101010010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99254F; }

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

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

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

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

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

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

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

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