#9a264d

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

Shades of Lipstick #9A264D

Tints of Lipstick #9A264D

Color information

#9A264D (or 0x9A264D) is unknown color: approx Lipstick. HEX triplet: 9A, 26 and 4D. RGB value is (154,38,77). Sum of RGB (Red+Green+Blue) = 154+38+77=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A264D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A264D is #65D9B2. Grayscale: #4D4D4D. Windows color (decimal): -6674867 or 5056154. OLE color: 5056154.

HSL color Cylindrical-coordinate representation of color #9A264D: hue angle of 339.83º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A264D is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB1543877-
CMYK00.750.500.40
HSL339.83º60.42%37.65%-
HSV(B)339.83º75.32%60.39%-
XYZ15.368.797.91-
YUV77.13127.93182.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.25%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 77 (30.47% from 255) = 28.62%
R=57.25%
G=14.13%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154387700.750.500.40339.8360.4237.65
Hex9A264D04B32281543c26
Octal23246115011362505247446
Binary10011010100110100110101001011110010101000101010100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a264d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9a264d; }

 p { color: rgb(154,38,77); }

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

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

 a { background-color: rgb(154,38,77); }

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

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

 span { border-color: rgb(154,38,77); }

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