#9B505D

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

Shades of Vin Rouge #9B505D

Tints of Vin Rouge #9B505D

Color information

#9B505D (or 0x9B505D) is unknown color: approx Vin Rouge. HEX triplet: 9B, 50 and 5D. RGB value is (155,80,93). Sum of RGB (Red+Green+Blue) = 155+80+93=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B505D is #64AFA2. Grayscale: #676767. Windows color (decimal): -6598563 or 6115483. OLE color: 6115483.

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

Color convert

RGB1558093-
CMYK00.480.40.39
HSL349.6º31.91%46.08%-
HSV(B)349.6º48.39%60.78%-
XYZ18.3613.511.99-
YUV103.91121.85164.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=47.26%
G=24.39%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155809300.480.40.39349.631.9146.08
Hex9B505D030282715e202e
Octal23312013506050475364056
Binary10011011101000010111010110000101000100111101011110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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