Html Css Color HEX #9D143F Lipstick

📋 copy color: '#9D143F'

red 157 ◦ green 20 ◦ blue 63

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

Shades of Lipstick #9D143F

Tints of Lipstick #9D143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.25%

R = 65.42%
G = 8.33%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9D143F (or 0x9D143F) is known color: Lipstick. HEX triplet: 9D, 14 and 3F. RGB value is (157,20,63). Sum of RGB (Red+Green+Blue) = 157+20+63=240 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.42% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 157 - color contains mainly: red. Hex color #9D143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D143F is #62EBC0. Grayscale: #414141. Windows color (decimal): -6482881 or 4134045. OLE color: 4134045.

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

Color convert

RGB 157 20 63 -
CMYK 0 0.87 0.60 0.38
HSL 341.17º 0.77% 0.35% -
HSV(B) 341.17º 0.87% 0.62% -
XYZ 15.05 8.03 5.46 -
YUV 65.87 126.39 193 -
System Red Green Blue C M Y K H S L
Decimal 157 20 63 0 0.87 0.60 0.38 341.17 0.77 0.35
Hex 9D 14 3F 0 57 3C 26 155 4D 23
Octal 235 24 77 0 127 74 46 525 115 43
Binary 10011101 10100 111111 0 1010111 111100 100110 101010101 1001101 100011

Color Harmonies of #9D143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D143F

Black with #9D143F

Text Example


Text Example

White with #9D143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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