Html Css Color HEX #9D2359 Lipstick

📋 copy color: '#9D2359'

red 157 ◦ green 35 ◦ blue 89

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

Shades of Lipstick #9D2359

Tints of Lipstick #9D2359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.46%

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 55.87%
G = 12.46%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9D2359 (or 0x9D2359) is known color: Lipstick. HEX triplet: 9D, 23 and 59. RGB value is (157,35,89). Sum of RGB (Red+Green+Blue) = 157+35+89=281 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.87% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2359 is #62DCA6. Grayscale: #4D4D4D. Windows color (decimal): -6479015 or 5841821. OLE color: 5841821.

HSL color Cylindrical-coordinate representation of color #9D2359: hue angle of 333.44º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D2359 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 35 89 -
CMYK 0 0.78 0.43 0.38
HSL 333.44º 0.64% 0.38% -
HSV(B) 333.44º 0.78% 0.62% -
XYZ 16.31 9.09 10.35 -
YUV 77.63 134.42 184.61 -
System Red Green Blue C M Y K H S L
Decimal 157 35 89 0 0.78 0.43 0.38 333.44 0.64 0.38
Hex 9D 23 59 0 4E 2B 26 14D 40 26
Octal 235 43 131 0 116 53 46 515 100 46
Binary 10011101 100011 1011001 0 1001110 101011 100110 101001101 1000000 100110

Color Harmonies of #9D2359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2359

Black with #9D2359

Text Example


Text Example

White with #9D2359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,35,89); }

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

background-color css

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

 a { background-color: rgb(157,35,89); }

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

border-color css

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

 span { border-color: rgb(157,35,89); }

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