#9B5361

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

Shades of Vin Rouge #9B5361

Tints of Vin Rouge #9B5361

Color information

#9B5361 (or 0x9B5361) is unknown color: approx Vin Rouge. HEX triplet: 9B, 53 and 61. RGB value is (155,83,97). Sum of RGB (Red+Green+Blue) = 155+83+97=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5361 is #64AC9E. Grayscale: #6A6A6A. Windows color (decimal): -6597791 or 6378395. OLE color: 6378395.

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

Color convert

RGB1558397-
CMYK00.460.370.39
HSL348.33º30.25%46.67%-
HSV(B)348.33º46.45%60.78%-
XYZ18.7714.0213.03-
YUV106.12122.85162.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.27%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=46.27%
G=24.78%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155839700.460.370.39348.3330.2546.67
Hex9B536102E252715c1e2f
Octal23312314105645475343657
Binary1001101110100111100001010111010010110011110101110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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