Html Css Color HEX #9D1F4D Lipstick

📋 copy color: '#9D1F4D'

red 157 ◦ green 31 ◦ blue 77

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

Shades of Lipstick #9D1F4D

Tints of Lipstick #9D1F4D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.7%

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

R = 59.25%
G = 11.7%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9D1F4D (or 0x9D1F4D) is known color: Lipstick. HEX triplet: 9D, 1F and 4D. RGB value is (157,31,77). Sum of RGB (Red+Green+Blue) = 157+31+77=265 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.25% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1F4D is #62E0B2. Grayscale: #494949. Windows color (decimal): -6480051 or 5054365. OLE color: 5054365.

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

Color convert

RGB 157 31 77 -
CMYK 0 0.80 0.51 0.38
HSL 338.1º 0.67% 0.37% -
HSV(B) 338.1º 0.8% 0.62% -
XYZ 15.73 8.68 7.87 -
YUV 73.92 129.74 187.26 -
System Red Green Blue C M Y K H S L
Decimal 157 31 77 0 0.80 0.51 0.38 338.1 0.67 0.37
Hex 9D 1F 4D 0 50 33 26 152 43 25
Octal 235 37 115 0 120 63 46 522 103 45
Binary 10011101 11111 1001101 0 1010000 110011 100110 101010010 1000011 100101

Color Harmonies of #9D1F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1F4D

Black with #9D1F4D

Text Example


Text Example

White with #9D1F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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