#9C2A48

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

Shades of Lipstick #9C2A48

Tints of Lipstick #9C2A48

Color information

#9C2A48 (or 0x9C2A48) is unknown color: approx Lipstick. HEX triplet: 9C, 2A and 48. RGB value is (156,42,72). Sum of RGB (Red+Green+Blue) = 156+42+72=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2A48 is #63D5B7. Grayscale: #4F4F4F. Windows color (decimal): -6542776 or 4729500. OLE color: 4729500.

HSL color Cylindrical-coordinate representation of color #9C2A48: hue angle of 344.21º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2A48 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB1564272-
CMYK00.730.540.39
HSL344.21º57.58%38.82%-
HSV(B)344.21º73.08%61.18%-
XYZ15.719.197.08-
YUV79.51123.77182.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.78%
GREEN value IS 42 (16.80% from 255) = 15.56%
BLUE value IS 72 (28.52% from 255) = 26.67%
R=57.78%
G=15.56%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156427200.730.540.39344.2157.5838.82
Hex9C2A4804936271583a27
Octal23452110011166475307247
Binary10011100101010100100001001001110110100111101011000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,42,72); }

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

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

 a { background-color: rgb(156,42,72); }

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

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

 span { border-color: rgb(156,42,72); }

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