#9B565B

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

Shades of Vin Rouge #9B565B

Tints of Vin Rouge #9B565B

Color information

#9B565B (or 0x9B565B) is unknown color: approx Vin Rouge. HEX triplet: 9B, 56 and 5B. RGB value is (155,86,91). Sum of RGB (Red+Green+Blue) = 155+86+91=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B565B is #64A9A4. Grayscale: #6B6B6B. Windows color (decimal): -6597029 or 5985947. OLE color: 5985947.

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

Color convert

RGB1558691-
CMYK00.450.410.39
HSL355.65º28.63%47.25%-
HSV(B)355.65º44.52%60.78%-
XYZ18.7314.3811.69-
YUV107.2118.86162.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=46.69%
G=25.90%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155869100.450.410.39355.6528.6347.25
Hex9B565B02D29271641d2f
Octal23312613305551475443557
Binary1001101110101101011011010110110100110011110110010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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