Html Css Color HEX #9D355F Lipstick

📋 copy color: '#9D355F'

red 157 ◦ green 53 ◦ blue 95

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

Shades of Lipstick #9D355F

Tints of Lipstick #9D355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 51.48%
G = 17.38%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9D355F (or 0x9D355F) is known color: Lipstick. HEX triplet: 9D, 35 and 5F. RGB value is (157,53,95). Sum of RGB (Red+Green+Blue) = 157+53+95=305 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.48% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 157 - color contains mainly: red. Hex color #9D355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D355F is #62CAA0. Grayscale: #585858. Windows color (decimal): -6474401 or 6239645. OLE color: 6239645.

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

Color convert

RGB 157 53 95 -
CMYK 0 0.66 0.39 0.38
HSL 335.77º 0.5% 0.41% -
HSV(B) 335.77º 0.66% 0.62% -
XYZ 17.24 10.54 11.95 -
YUV 88.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 157 53 95 0 0.66 0.39 0.38 335.77 0.5 0.41
Hex 9D 35 5F 0 42 27 26 150 32 29
Octal 235 65 137 0 102 47 46 520 62 51
Binary 10011101 110101 1011111 0 1000010 100111 100110 101010000 110010 101001

Color Harmonies of #9D355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D355F

Black with #9D355F

Text Example


Text Example

White with #9D355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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