#9D2742

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

Shades of Lipstick #9D2742

Tints of Lipstick #9D2742

Color information

#9D2742 (or 0x9D2742) is unknown color: approx Lipstick. HEX triplet: 9D, 27 and 42. RGB value is (157,39,66). Sum of RGB (Red+Green+Blue) = 157+39+66=262 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.92% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2742 is #62D8BD. Grayscale: #4D4D4D. Windows color (decimal): -6478014 or 4335517. OLE color: 4335517.

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

Color convert

RGB1573966-
CMYK00.750.580.38
HSL346.27º60.2%38.43%-
HSV(B)346.27º75.16%61.57%-
XYZ15.619.016.07-
YUV77.36121.59184.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.92%
GREEN value IS 39 (15.62% from 255) = 14.89%
BLUE value IS 66 (26.17% from 255) = 25.19%
R=59.92%
G=14.89%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157396600.750.580.38346.2760.238.43
Hex9D274204B3A2615a3c26
Octal23547102011372465327446
Binary10011101100111100001001001011111010100110101011010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,39,66); }

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

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

 a { background-color: rgb(157,39,66); }

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

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

 span { border-color: rgb(157,39,66); }

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