#9B585F

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

Shades of Vin Rouge #9B585F

Tints of Vin Rouge #9B585F

Color information

#9B585F (or 0x9B585F) is unknown color: approx Vin Rouge. HEX triplet: 9B, 58 and 5F. RGB value is (155,88,95). Sum of RGB (Red+Green+Blue) = 155+88+95=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B585F is #64A7A0. Grayscale: #6C6C6C. Windows color (decimal): -6596513 or 6248603. OLE color: 6248603.

HSL color Cylindrical-coordinate representation of color #9B585F: hue angle of 353.73º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B585F is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB1558895-
CMYK00.430.390.39
HSL353.73º27.57%47.65%-
HSV(B)353.73º43.23%60.78%-
XYZ19.0714.7712.67-
YUV108.83120.2160.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.86%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=45.86%
G=26.04%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155889500.430.390.39353.7327.5747.65
Hex9B585F02B27271621c30
Octal23313013705347475423460
Binary1001101110110001011111010101110011110011110110001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,88,95); }

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

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

 a { background-color: rgb(155,88,95); }

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

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

 span { border-color: rgb(155,88,95); }

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