#9B505B

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

Shades of Vin Rouge #9B505B

Tints of Vin Rouge #9B505B

Color information

#9B505B (or 0x9B505B) is unknown color: approx Vin Rouge. HEX triplet: 9B, 50 and 5B. RGB value is (155,80,91). Sum of RGB (Red+Green+Blue) = 155+80+91=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B505B is #64AFA4. Grayscale: #676767. Windows color (decimal): -6598565 or 5984411. OLE color: 5984411.

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

Color convert

RGB1558091-
CMYK00.480.410.39
HSL351.2º31.91%46.08%-
HSV(B)351.2º48.39%60.78%-
XYZ18.2713.4611.53-
YUV103.68120.85164.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 80 (31.64% from 255) = 24.54%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=47.55%
G=24.54%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155809100.480.410.39351.231.9146.08
Hex9B505B030292715f202e
Octal23312013306051475374056
Binary10011011101000010110110110000101001100111101011111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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