#9B595A

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

Shades of Vin Rouge #9B595A

Tints of Vin Rouge #9B595A

Color information

#9B595A (or 0x9B595A) is unknown color: approx Vin Rouge. HEX triplet: 9B, 59 and 5A. RGB value is (155,89,90). Sum of RGB (Red+Green+Blue) = 155+89+90=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B595A is #64A6A5. Grayscale: #6C6C6C. Windows color (decimal): -6596262 or 5921179. OLE color: 5921179.

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

Color convert

RGB1558990-
CMYK00.430.420.39
HSL359.09º27.05%47.84%-
HSV(B)359.09º42.58%60.78%-
XYZ18.9414.8511.54-
YUV108.85117.37160.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 90 (35.55% from 255) = 26.95%
R=46.41%
G=26.65%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155899000.430.420.39359.0927.0547.84
Hex9B595A02B2A271671b30
Octal23313113205352475473360
Binary1001101110110011011010010101110101010011110110011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,89,90); }

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

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

 a { background-color: rgb(155,89,90); }

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

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

 span { border-color: rgb(155,89,90); }

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