#9D5067

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

Shades of Vin Rouge #9D5067

Tints of Vin Rouge #9D5067

Color information

#9D5067 (or 0x9D5067) is unknown color: approx Vin Rouge. HEX triplet: 9D, 50 and 67. RGB value is (157,80,103). Sum of RGB (Red+Green+Blue) = 157+80+103=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5067 is #62AF98. Grayscale: #696969. Windows color (decimal): -6467481 or 6770845. OLE color: 6770845.

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

Color convert

RGB15780103-
CMYK00.490.340.38
HSL342.08º32.49%46.47%-
HSV(B)342.08º49.04%61.57%-
XYZ19.2213.8814.5-
YUV105.64126.51164.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.18%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=46.18%
G=23.53%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578010300.490.340.38342.0832.4946.47
Hex9D50670312226156202e
Octal23512014706142465264056
Binary10011101101000011001110110001100010100110101010110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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