Html Css Color HEX #9D143E Lipstick

📋 copy color: '#9D143E'

red 157 ◦ green 20 ◦ blue 62

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

Shades of Lipstick #9D143E

Tints of Lipstick #9D143E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

 BLUE value IS 62 (24.61% from 255) = 25.94%

R = 65.69%
G = 8.37%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9D143E (or 0x9D143E) is known color: Lipstick. HEX triplet: 9D, 14 and 3E. RGB value is (157,20,62). Sum of RGB (Red+Green+Blue) = 157+20+62=239 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.69% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 157 - color contains mainly: red. Hex color #9D143E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D143E is #62EBC1. Grayscale: #414141. Windows color (decimal): -6482882 or 4068509. OLE color: 4068509.

HSL color Cylindrical-coordinate representation of color #9D143E: hue angle of 341.61º 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 #9D143E is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 20 62 -
CMYK 0 0.87 0.61 0.38
HSL 341.61º 0.77% 0.35% -
HSV(B) 341.61º 0.87% 0.62% -
XYZ 15.02 8.02 5.31 -
YUV 65.75 125.89 193.08 -
System Red Green Blue C M Y K H S L
Decimal 157 20 62 0 0.87 0.61 0.38 341.61 0.77 0.35
Hex 9D 14 3E 0 57 3D 26 156 4D 23
Octal 235 24 76 0 127 75 46 526 115 43
Binary 10011101 10100 111110 0 1010111 111101 100110 101010110 1001101 100011

Color Harmonies of #9D143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D143E

Black with #9D143E

Text Example


Text Example

White with #9D143E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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