Html Css Color HEX #9D1D50 Lipstick

📋 copy color: '#9D1D50'

red 157 ◦ green 29 ◦ blue 80

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

Shades of Lipstick #9D1D50

Tints of Lipstick #9D1D50

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.9%

 BLUE value IS 80 (31.64% from 255) = 30.08%

R = 59.02%
G = 10.9%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9D1D50 (or 0x9D1D50) is known color: Lipstick. HEX triplet: 9D, 1D and 50. RGB value is (157,29,80). Sum of RGB (Red+Green+Blue) = 157+29+80=266 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.02% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1D50 is #62E2AF. Grayscale: #494949. Windows color (decimal): -6480560 or 5250461. OLE color: 5250461.

HSL color Cylindrical-coordinate representation of color #9D1D50: hue angle of 336.09º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1D50 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 29 80 -
CMYK 0 0.82 0.49 0.38
HSL 336.09º 0.69% 0.36% -
HSV(B) 336.09º 0.82% 0.62% -
XYZ 15.79 8.63 8.42 -
YUV 73.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 157 29 80 0 0.82 0.49 0.38 336.09 0.69 0.36
Hex 9D 1D 50 0 52 31 26 150 45 24
Octal 235 35 120 0 122 61 46 520 105 44
Binary 10011101 11101 1010000 0 1010010 110001 100110 101010000 1000101 100100

Color Harmonies of #9D1D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1D50

Black with #9D1D50

Text Example


Text Example

White with #9D1D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,29,80); }

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

background-color css

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

 a { background-color: rgb(157,29,80); }

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

border-color css

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

 span { border-color: rgb(157,29,80); }

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