#9B585E

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

Shades of Vin Rouge #9B585E

Tints of Vin Rouge #9B585E

Color information

#9B585E (or 0x9B585E) is unknown color: approx Vin Rouge. HEX triplet: 9B, 58 and 5E. RGB value is (155,88,94). Sum of RGB (Red+Green+Blue) = 155+88+94=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B585E is #64A7A1. Grayscale: #6C6C6C. Windows color (decimal): -6596514 or 6183067. OLE color: 6183067.

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

Color convert

RGB1558894-
CMYK00.430.390.39
HSL354.63º27.57%47.65%-
HSV(B)354.63º43.23%60.78%-
XYZ19.0314.7612.44-
YUV108.72119.7161.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=45.99%
G=26.11%
B=27.89%

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
Decimal155889400.430.390.39354.6327.5747.65
Hex9B585E02B27271631c30
Octal23313013605347475433460
Binary1001101110110001011110010101110011110011110110001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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