Html Css Color HEX #9D1E4D Lipstick

📋 copy color: '#9D1E4D'

red 157 ◦ green 30 ◦ blue 77

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

Shades of Lipstick #9D1E4D

Tints of Lipstick #9D1E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.36%

 BLUE value IS 77 (30.47% from 255) = 29.17%

R = 59.47%
G = 11.36%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9D1E4D (or 0x9D1E4D) is known color: Lipstick. HEX triplet: 9D, 1E and 4D. RGB value is (157,30,77). Sum of RGB (Red+Green+Blue) = 157+30+77=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1E4D is #62E1B2. Grayscale: #494949. Windows color (decimal): -6480307 or 5054109. OLE color: 5054109.

HSL color Cylindrical-coordinate representation of color #9D1E4D: hue angle of 337.8º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D1E4D is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 30 77 -
CMYK 0 0.81 0.51 0.38
HSL 337.8º 0.68% 0.37% -
HSV(B) 337.8º 0.81% 0.62% -
XYZ 15.71 8.63 7.86 -
YUV 73.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 157 30 77 0 0.81 0.51 0.38 337.8 0.68 0.37
Hex 9D 1E 4D 0 51 33 26 152 44 25
Octal 235 36 115 0 121 63 46 522 104 45
Binary 10011101 11110 1001101 0 1010001 110011 100110 101010010 1000100 100101

Color Harmonies of #9D1E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1E4D

Black with #9D1E4D

Text Example


Text Example

White with #9D1E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,30,77); }

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

background-color css

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

 a { background-color: rgb(157,30,77); }

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

border-color css

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

 span { border-color: rgb(157,30,77); }

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