#9B5661

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

Shades of Vin Rouge #9B5661

Tints of Vin Rouge #9B5661

Color information

#9B5661 (or 0x9B5661) is unknown color: approx Vin Rouge. HEX triplet: 9B, 56 and 61. RGB value is (155,86,97). Sum of RGB (Red+Green+Blue) = 155+86+97=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5661 is #64A99E. Grayscale: #6B6B6B. Windows color (decimal): -6597023 or 6379163. OLE color: 6379163.

HSL color Cylindrical-coordinate representation of color #9B5661: hue angle of 350.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5661 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB1558697-
CMYK00.450.370.39
HSL350.43º28.63%47.25%-
HSV(B)350.43º44.52%60.78%-
XYZ1914.4913.1-
YUV107.88121.86161.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.86%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 97 (38.28% from 255) = 28.70%
R=45.86%
G=25.44%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155869700.450.370.39350.4328.6347.25
Hex9B566102D252715e1d2f
Octal23312614105545475363557
Binary1001101110101101100001010110110010110011110101111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,86,97); }

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

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

 a { background-color: rgb(155,86,97); }

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

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

 span { border-color: rgb(155,86,97); }

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