Html Css Color HEX #9D5E61 Vin Rouge

📋 copy color: '#9D5E61'

red 157 ◦ green 94 ◦ blue 97

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

Shades of Vin Rouge #9D5E61

Tints of Vin Rouge #9D5E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.01%

 BLUE value IS 97 (38.28% from 255) = 27.87%

R = 45.11%
G = 27.01%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9D5E61 (or 0x9D5E61) is known color: Vin Rouge. HEX triplet: 9D, 5E and 61. RGB value is (157,94,97). Sum of RGB (Red+Green+Blue) = 157+94+97=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5E61 is #62A19E. Grayscale: #717171. Windows color (decimal): -6463903 or 6381213. OLE color: 6381213.

HSL color Cylindrical-coordinate representation of color #9D5E61: hue angle of 357.14º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D5E61 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 94 97 -
CMYK 0 0.40 0.38 0.38
HSL 357.14º 0.25% 0.49% -
HSV(B) 357.14º 0.4% 0.62% -
XYZ 20.07 16.04 13.35 -
YUV 113.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 157 94 97 0 0.40 0.38 0.38 357.14 0.25 0.49
Hex 9D 5E 61 0 28 26 26 165 19 31
Octal 235 136 141 0 50 46 46 545 31 61
Binary 10011101 1011110 1100001 0 101000 100110 100110 101100101 11001 110001

Color Harmonies of #9D5E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5E61

Black with #9D5E61

Text Example


Text Example

White with #9D5E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,94,97); }

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

background-color css

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

 a { background-color: rgb(157,94,97); }

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

border-color css

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

 span { border-color: rgb(157,94,97); }

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