#9F2542

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

Shades of Lipstick #9F2542

Tints of Lipstick #9F2542

Color information

#9F2542 (or 0x9F2542) is unknown color: approx Lipstick. HEX triplet: 9F, 25 and 42. RGB value is (159,37,66). Sum of RGB (Red+Green+Blue) = 159+37+66=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2542 is #60DABD. Grayscale: #4C4C4C. Windows color (decimal): -6347454 or 4335007. OLE color: 4335007.

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

Color convert

RGB1593766-
CMYK00.770.580.38
HSL345.74º62.24%38.43%-
HSV(B)345.74º76.73%62.35%-
XYZ15.949.096.07-
YUV76.78121.92186.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60.69%
GREEN value IS 37 (14.84% from 255) = 14.12%
BLUE value IS 66 (26.17% from 255) = 25.19%
R=60.69%
G=14.12%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159376600.770.580.38345.7462.2438.43
Hex9F254204D3A2615a3e26
Octal23745102011572465327646
Binary10011111100101100001001001101111010100110101011010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,37,66); }

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

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

 a { background-color: rgb(159,37,66); }

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

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

 span { border-color: rgb(159,37,66); }

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