Html Css Color HEX #9D1E41 Lipstick

📋 copy color: '#9D1E41'

red 157 ◦ green 30 ◦ blue 65

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

Shades of Lipstick #9D1E41

Tints of Lipstick #9D1E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.79%

R = 62.3%
G = 11.9%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9D1E41 (or 0x9D1E41) is known color: Lipstick. HEX triplet: 9D, 1E and 41. RGB value is (157,30,65). Sum of RGB (Red+Green+Blue) = 157+30+65=252 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.30% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1E41 is #62E1BE. Grayscale: #474747. Windows color (decimal): -6480319 or 4267677. OLE color: 4267677.

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

Color convert

RGB 157 30 65 -
CMYK 0 0.81 0.59 0.38
HSL 343.46º 0.68% 0.37% -
HSV(B) 343.46º 0.81% 0.62% -
XYZ 15.32 8.48 5.83 -
YUV 71.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 157 30 65 0 0.81 0.59 0.38 343.46 0.68 0.37
Hex 9D 1E 41 0 51 3B 26 157 44 25
Octal 235 36 101 0 121 73 46 527 104 45
Binary 10011101 11110 1000001 0 1010001 111011 100110 101010111 1000100 100101

Color Harmonies of #9D1E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1E41

Black with #9D1E41

Text Example


Text Example

White with #9D1E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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