#9D5171

Color #9D5171 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #9D5171

Tints of Vin Rouge #9D5171

Color information

#9D5171 (or 0x9D5171) is unknown color: approx Vin Rouge. HEX triplet: 9D, 51 and 71. RGB value is (157,81,113). Sum of RGB (Red+Green+Blue) = 157+81+113=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5171 is #62AE8E. Grayscale: #6B6B6B. Windows color (decimal): -6467215 or 7426461. OLE color: 7426461.

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

Color convert

RGB15781113-
CMYK00.480.280.38
HSL334.74º31.93%46.67%-
HSV(B)334.74º48.41%61.57%-
XYZ19.8314.2517.33-
YUV107.37131.18163.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.73%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=44.73%
G=23.08%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578111300.480.280.38334.7431.9346.67
Hex9D51710301C2614f202f
Octal23512116106034465174057
Binary1001110110100011110001011000011100100110101001111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D5171;
 }
 .AnyTagClassName
 {
   color: #9D5171;
 }
</style>
background-color css

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

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

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

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

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

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