Html Css Color HEX #9D355C Lipstick

📋 copy color: '#9D355C'

red 157 ◦ green 53 ◦ blue 92

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

Shades of Lipstick #9D355C

Tints of Lipstick #9D355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 51.99%
G = 17.55%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D355C (or 0x9D355C) is known color: Lipstick. HEX triplet: 9D, 35 and 5C. RGB value is (157,53,92). Sum of RGB (Red+Green+Blue) = 157+53+92=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D355C is #62CAA3. Grayscale: #585858. Windows color (decimal): -6474404 or 6043037. OLE color: 6043037.

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

Color convert

RGB 157 53 92 -
CMYK 0 0.66 0.41 0.38
HSL 337.5º 0.5% 0.41% -
HSV(B) 337.5º 0.66% 0.62% -
XYZ 17.11 10.49 11.25 -
YUV 88.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 157 53 92 0 0.66 0.41 0.38 337.5 0.5 0.41
Hex 9D 35 5C 0 42 29 26 152 32 29
Octal 235 65 134 0 102 51 46 522 62 51
Binary 10011101 110101 1011100 0 1000010 101001 100110 101010010 110010 101001

Color Harmonies of #9D355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D355C

Black with #9D355C

Text Example


Text Example

White with #9D355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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