#9D5061

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

Shades of Vin Rouge #9D5061

Tints of Vin Rouge #9D5061

Color information

#9D5061 (or 0x9D5061) is unknown color: approx Vin Rouge. HEX triplet: 9D, 50 and 61. RGB value is (157,80,97). Sum of RGB (Red+Green+Blue) = 157+80+97=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5061 is #62AF9E. Grayscale: #686868. Windows color (decimal): -6467487 or 6377629. OLE color: 6377629.

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

Color convert

RGB1578097-
CMYK00.490.380.38
HSL346.75º32.49%46.47%-
HSV(B)346.75º49.04%61.57%-
XYZ18.9313.7712.97-
YUV104.96123.51165.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.01%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=47.01%
G=23.95%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157809700.490.380.38346.7532.4946.47
Hex9D5061031262615b202e
Octal23512014106146465334056
Binary10011101101000011000010110001100110100110101011011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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