#9B5461

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

Shades of Vin Rouge #9B5461

Tints of Vin Rouge #9B5461

Color information

#9B5461 (or 0x9B5461) is unknown color: approx Vin Rouge. HEX triplet: 9B, 54 and 61. RGB value is (155,84,97). Sum of RGB (Red+Green+Blue) = 155+84+97=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5461 is #64AB9E. Grayscale: #6A6A6A. Windows color (decimal): -6597535 or 6378651. OLE color: 6378651.

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

Color convert

RGB1558497-
CMYK00.460.370.39
HSL349.01º29.71%46.86%-
HSV(B)349.01º45.81%60.78%-
XYZ18.8514.1713.05-
YUV106.71122.52162.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 28.87%
R=46.13%
G=25%
B=28.87%

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
Decimal155849700.460.370.39349.0129.7146.86
Hex9B546102E252715d1e2f
Octal23312414105645475353657
Binary1001101110101001100001010111010010110011110101110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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