#9D1445

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

Shades of Lipstick #9D1445

Tints of Lipstick #9D1445

Color information

#9D1445 (or 0x9D1445) is unknown color: approx Lipstick. HEX triplet: 9D, 14 and 45. RGB value is (157,20,69). Sum of RGB (Red+Green+Blue) = 157+20+69=246 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.82% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1445 is #62EBBA. Grayscale: #424242. Windows color (decimal): -6482875 or 4527261. OLE color: 4527261.

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

Color convert

RGB1572069-
CMYK00.870.560.38
HSL338.54º77.4%34.71%-
HSV(B)338.54º87.26%61.57%-
XYZ15.238.16.39-
YUV66.55129.39192.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.82%
GREEN value IS 20 (8.20% from 255) = 8.13%
BLUE value IS 69 (27.34% from 255) = 28.05%
R=63.82%
G=8.13%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157206900.870.560.38338.5477.434.71
Hex9D144505738261534d23
Octal235241050127704652311543
Binary10011101101001000101010101111110001001101010100111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,20,69); }

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

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

 a { background-color: rgb(157,20,69); }

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

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

 span { border-color: rgb(157,20,69); }

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