Html Css Color HEX #9D1C55 Lipstick

📋 copy color: '#9D1C55'

red 157 ◦ green 28 ◦ blue 85

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

Shades of Lipstick #9D1C55

Tints of Lipstick #9D1C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.37%

 BLUE value IS 85 (33.59% from 255) = 31.48%

R = 58.15%
G = 10.37%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9D1C55 (or 0x9D1C55) is known color: Lipstick. HEX triplet: 9D, 1C and 55. RGB value is (157,28,85). Sum of RGB (Red+Green+Blue) = 157+28+85=270 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.15% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1C55 is #62E3AA. Grayscale: #484848. Windows color (decimal): -6480811 or 5577885. OLE color: 5577885.

HSL color Cylindrical-coordinate representation of color #9D1C55: hue angle of 333.49º degrees, saturation: 0.7, 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 #9D1C55 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 28 85 -
CMYK 0 0.82 0.46 0.38
HSL 333.49º 0.7% 0.36% -
HSV(B) 333.49º 0.82% 0.62% -
XYZ 15.96 8.65 9.42 -
YUV 73.07 134.74 187.87 -
System Red Green Blue C M Y K H S L
Decimal 157 28 85 0 0.82 0.46 0.38 333.49 0.7 0.36
Hex 9D 1C 55 0 52 2E 26 14D 46 24
Octal 235 34 125 0 122 56 46 515 106 44
Binary 10011101 11100 1010101 0 1010010 101110 100110 101001101 1000110 100100

Color Harmonies of #9D1C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1C55

Black with #9D1C55

Text Example


Text Example

White with #9D1C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,28,85); }

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

background-color css

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

 a { background-color: rgb(157,28,85); }

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

border-color css

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

 span { border-color: rgb(157,28,85); }

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