Html Css Color HEX #9D5071 Vin Rouge

📋 copy color: '#9D5071'

red 157 ◦ green 80 ◦ blue 113

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

Shades of Vin Rouge #9D5071

Tints of Vin Rouge #9D5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 44.86%
G = 22.86%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D5071 (or 0x9D5071) is known color: Vin Rouge. HEX triplet: 9D, 50 and 71. RGB value is (157,80,113). Sum of RGB (Red+Green+Blue) = 157+80+113=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5071 is #62AF8E. Grayscale: #6A6A6A. Windows color (decimal): -6467471 or 7426205. OLE color: 7426205.

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

Color convert

RGB 157 80 113 -
CMYK 0 0.49 0.28 0.38
HSL 334.29º 0.32% 0.46% -
HSV(B) 334.29º 0.49% 0.62% -
XYZ 19.75 14.1 17.3 -
YUV 106.79 131.51 163.82 -
System Red Green Blue C M Y K H S L
Decimal 157 80 113 0 0.49 0.28 0.38 334.29 0.32 0.46
Hex 9D 50 71 0 31 1C 26 14E 20 2E
Octal 235 120 161 0 61 34 46 516 40 56
Binary 10011101 1010000 1110001 0 110001 11100 100110 101001110 100000 101110

Color Harmonies of #9D5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5071

Black with #9D5071

Text Example


Text Example

White with #9D5071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,80,113); }

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

background-color css

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

 a { background-color: rgb(157,80,113); }

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

border-color css

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

 span { border-color: rgb(157,80,113); }

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