#99254E

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

Shades of Lipstick #99254E

Tints of Lipstick #99254E

Color information

#99254E (or 0x99254E) is unknown color: approx Lipstick. HEX triplet: 99, 25 and 4E. RGB value is (153,37,78). Sum of RGB (Red+Green+Blue) = 153+37+78=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #99254E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99254E is #66DAB1. Grayscale: #4C4C4C. Windows color (decimal): -6740658 or 5121433. OLE color: 5121433.

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

Color convert

RGB1533778-
CMYK00.760.490.4
HSL338.79º61.05%37.25%-
HSV(B)338.79º75.82%60%-
XYZ15.178.658.08-
YUV76.36128.93182.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=57.09%
G=13.81%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153377800.760.490.4338.7961.0537.25
Hex99254E04C31281533d25
Octal23145116011461505237545
Binary10011001100101100111001001100110001101000101010011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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