Html Css Color HEX #9D355B Lipstick

📋 copy color: '#9D355B'

red 157 ◦ green 53 ◦ blue 91

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

Shades of Lipstick #9D355B

Tints of Lipstick #9D355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 52.16%
G = 17.61%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9D355B (or 0x9D355B) is known color: Lipstick. HEX triplet: 9D, 35 and 5B. RGB value is (157,53,91). Sum of RGB (Red+Green+Blue) = 157+53+91=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D355B is #62CAA4. Grayscale: #585858. Windows color (decimal): -6474405 or 5977501. OLE color: 5977501.

HSL color Cylindrical-coordinate representation of color #9D355B: hue angle of 338.08º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D355B is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 53 91 -
CMYK 0 0.66 0.42 0.38
HSL 338.08º 0.5% 0.41% -
HSV(B) 338.08º 0.66% 0.62% -
XYZ 17.07 10.47 11.02 -
YUV 88.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 157 53 91 0 0.66 0.42 0.38 338.08 0.5 0.41
Hex 9D 35 5B 0 42 2A 26 152 32 29
Octal 235 65 133 0 102 52 46 522 62 51
Binary 10011101 110101 1011011 0 1000010 101010 100110 101010010 110010 101001

Color Harmonies of #9D355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D355B

Black with #9D355B

Text Example


Text Example

White with #9D355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,53,91); }

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

background-color css

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

 a { background-color: rgb(157,53,91); }

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

border-color css

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

 span { border-color: rgb(157,53,91); }

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