#9B575B

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

Shades of Vin Rouge #9B575B

Tints of Vin Rouge #9B575B

Color information

#9B575B (or 0x9B575B) is unknown color: approx Vin Rouge. HEX triplet: 9B, 57 and 5B. RGB value is (155,87,91). Sum of RGB (Red+Green+Blue) = 155+87+91=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B575B is #64A8A4. Grayscale: #6B6B6B. Windows color (decimal): -6596773 or 5986203. OLE color: 5986203.

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

Color convert

RGB1558791-
CMYK00.440.410.39
HSL356.47º28.1%47.45%-
HSV(B)356.47º43.87%60.78%-
XYZ18.8114.5411.71-
YUV107.79118.53161.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 91 (35.94% from 255) = 27.33%
R=46.55%
G=26.13%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155879100.440.410.39356.4728.147.45
Hex9B575B02C29271641c2f
Octal23312713305451475443457
Binary1001101110101111011011010110010100110011110110010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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