#9d5063

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

Shades of Vin Rouge #9D5063

Tints of Vin Rouge #9D5063

Color information

#9D5063 (or 0x9D5063) is unknown color: approx Vin Rouge. HEX triplet: 9D, 50 and 63. RGB value is (157,80,99). Sum of RGB (Red+Green+Blue) = 157+80+99=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5063 is #62AF9C. Grayscale: #696969. Windows color (decimal): -6467485 or 6508701. OLE color: 6508701.

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

Color convert

RGB1578099-
CMYK00.490.370.38
HSL345.19º32.49%46.47%-
HSV(B)345.19º49.04%61.57%-
XYZ19.0313.8113.47-
YUV105.19124.51164.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.73%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=46.73%
G=23.81%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157809900.490.370.38345.1932.4946.47
Hex9D50630312526159202e
Octal23512014306145465314056
Binary10011101101000011000110110001100101100110101011001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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