#9A2448

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

Shades of Lipstick #9A2448

Tints of Lipstick #9A2448

Color information

#9A2448 (or 0x9A2448) is unknown color: approx Lipstick. HEX triplet: 9A, 24 and 48. RGB value is (154,36,72). Sum of RGB (Red+Green+Blue) = 154+36+72=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2448 is #65DBB7. Grayscale: #4B4B4B. Windows color (decimal): -6675384 or 4727962. OLE color: 4727962.

HSL color Cylindrical-coordinate representation of color #9A2448: hue angle of 341.69º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2448 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1543672-
CMYK00.770.530.40
HSL341.69º62.11%37.25%-
HSV(B)341.69º76.62%60.39%-
XYZ15.138.66.99-
YUV75.39126.09184.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.78%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=58.78%
G=13.74%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154367200.770.530.40341.6962.1137.25
Hex9A244804D35281563e25
Octal23244110011565505267645
Binary10011010100100100100001001101110101101000101010110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,36,72); }

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

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

 a { background-color: rgb(154,36,72); }

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

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

 span { border-color: rgb(154,36,72); }

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