#9D5072

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

Shades of Vin Rouge #9D5072

Tints of Vin Rouge #9D5072

Color information

#9D5072 (or 0x9D5072) is unknown color: approx Vin Rouge. HEX triplet: 9D, 50 and 72. RGB value is (157,80,114). Sum of RGB (Red+Green+Blue) = 157+80+114=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5072 is #62AF8D. Grayscale: #6A6A6A. Windows color (decimal): -6467470 or 7491741. OLE color: 7491741.

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

Color convert

RGB15780114-
CMYK00.490.270.38
HSL333.51º32.49%46.47%-
HSV(B)333.51º49.04%61.57%-
XYZ19.8114.1217.6-
YUV106.9132.01163.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.73%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=44.73%
G=22.79%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578011400.490.270.38333.5132.4946.47
Hex9D50720311B2614e202e
Octal23512016206133465164056
Binary1001110110100001110010011000111011100110101001110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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