Html Css Color HEX #9D1743 Lipstick

📋 copy color: '#9D1743'

red 157 ◦ green 23 ◦ blue 67

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

Shades of Lipstick #9D1743

Tints of Lipstick #9D1743

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.31%

 BLUE value IS 67 (26.56% from 255) = 27.13%

R = 63.56%
G = 9.31%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9D1743 (or 0x9D1743) is known color: Lipstick. HEX triplet: 9D, 17 and 43. RGB value is (157,23,67). Sum of RGB (Red+Green+Blue) = 157+23+67=247 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.56% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1743 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1743 is #62E8BC. Grayscale: #444444. Windows color (decimal): -6482109 or 4396957. OLE color: 4396957.

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

Color convert

RGB 157 23 67 -
CMYK 0 0.85 0.57 0.38
HSL 340.3º 0.74% 0.35% -
HSV(B) 340.3º 0.85% 0.62% -
XYZ 15.22 8.19 6.09 -
YUV 68.08 127.39 191.42 -
System Red Green Blue C M Y K H S L
Decimal 157 23 67 0 0.85 0.57 0.38 340.3 0.74 0.35
Hex 9D 17 43 0 55 39 26 154 4A 23
Octal 235 27 103 0 125 71 46 524 112 43
Binary 10011101 10111 1000011 0 1010101 111001 100110 101010100 1001010 100011

Color Harmonies of #9D1743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1743

Black with #9D1743

Text Example


Text Example

White with #9D1743

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,23,67); }

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

background-color css

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

 a { background-color: rgb(157,23,67); }

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

border-color css

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

 span { border-color: rgb(157,23,67); }

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