Html Css Color HEX #9D5361 Vin Rouge

📋 copy color: '#9D5361'

red 157 ◦ green 83 ◦ blue 97

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

Shades of Vin Rouge #9D5361

Tints of Vin Rouge #9D5361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.63%

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

R = 46.59%
G = 24.63%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9D5361 (or 0x9D5361) is known color: Vin Rouge. HEX triplet: 9D, 53 and 61. RGB value is (157,83,97). Sum of RGB (Red+Green+Blue) = 157+83+97=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5361 is #62AC9E. Grayscale: #6A6A6A. Windows color (decimal): -6466719 or 6378397. OLE color: 6378397.

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

Color convert

RGB 157 83 97 -
CMYK 0 0.47 0.38 0.38
HSL 348.65º 0.31% 0.47% -
HSV(B) 348.65º 0.47% 0.62% -
XYZ 19.16 14.22 13.04 -
YUV 106.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 157 83 97 0 0.47 0.38 0.38 348.65 0.31 0.47
Hex 9D 53 61 0 2F 26 26 15D 1F 2F
Octal 235 123 141 0 57 46 46 535 37 57
Binary 10011101 1010011 1100001 0 101111 100110 100110 101011101 11111 101111

Color Harmonies of #9D5361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5361

Black with #9D5361

Text Example


Text Example

White with #9D5361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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