Html Css Color HEX #9D1140 Lipstick

📋 copy color: '#9D1140'

red 157 ◦ green 17 ◦ blue 64

#9D1140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #9D1140

Tints of Lipstick #9D1140

RGB

 RED value IS 157 (61.72% from 255) = 65.97%

 GREEN value IS 17 (7.03% from 255) = 7.14%

 BLUE value IS 64 (25.39% from 255) = 26.89%

R = 65.97%
G = 7.14%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9D1140 (or 0x9D1140) is known color: Lipstick. HEX triplet: 9D, 11 and 40. RGB value is (157,17,64). Sum of RGB (Red+Green+Blue) = 157+17+64=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1140 is #62EEBF. Grayscale: #404040. Windows color (decimal): -6483648 or 4198813. OLE color: 4198813.

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

Color convert

RGB 157 17 64 -
CMYK 0 0.89 0.59 0.38
HSL 339.86º 0.8% 0.34% -
HSV(B) 339.86º 0.89% 0.62% -
XYZ 15.03 7.94 5.59 -
YUV 64.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 157 17 64 0 0.89 0.59 0.38 339.86 0.8 0.34
Hex 9D 11 40 0 59 3B 26 154 50 22
Octal 235 21 100 0 131 73 46 524 120 42
Binary 10011101 10001 1000000 0 1011001 111011 100110 101010100 1010000 100010

Color Harmonies of #9D1140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1140

Black with #9D1140

Text Example


Text Example

White with #9D1140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,17,64); }

 H1.HeaderClassName
 {
   color: #9D1140;
 }
 .AnyTagClassName
 {
   color: #9D1140;
 }
</style>

background-color css

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

 a { background-color: rgb(157,17,64); }

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

border-color css

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

 span { border-color: rgb(157,17,64); }

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