#9D2642

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

Shades of Lipstick #9D2642

Tints of Lipstick #9D2642

Color information

#9D2642 (or 0x9D2642) is unknown color: approx Lipstick. HEX triplet: 9D, 26 and 42. RGB value is (157,38,66). Sum of RGB (Red+Green+Blue) = 157+38+66=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2642 is #62D9BD. Grayscale: #4C4C4C. Windows color (decimal): -6478270 or 4335261. OLE color: 4335261.

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

Color convert

RGB1573866-
CMYK00.760.580.38
HSL345.88º61.03%38.24%-
HSV(B)345.88º75.8%61.57%-
XYZ15.588.956.06-
YUV76.77121.92185.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.15%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 66 (26.17% from 255) = 25.29%
R=60.15%
G=14.56%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157386600.760.580.38345.8861.0338.24
Hex9D264204C3A2615a3d26
Octal23546102011472465327546
Binary10011101100110100001001001100111010100110101011010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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