#9B515D

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

Shades of Vin Rouge #9B515D

Tints of Vin Rouge #9B515D

Color information

#9B515D (or 0x9B515D) is unknown color: approx Vin Rouge. HEX triplet: 9B, 51 and 5D. RGB value is (155,81,93). Sum of RGB (Red+Green+Blue) = 155+81+93=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B515D is #64AEA2. Grayscale: #686868. Windows color (decimal): -6598307 or 6115739. OLE color: 6115739.

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

Color convert

RGB1558193-
CMYK00.480.40.39
HSL350.27º31.36%46.27%-
HSV(B)350.27º47.74%60.78%-
XYZ18.4413.6412.02-
YUV104.49121.52164.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.11%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=47.11%
G=24.62%
B=28.27%

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
Decimal155819300.480.40.39350.2731.3646.27
Hex9B515D030282715e1f2e
Octal23312113506050475363756
Binary1001101110100011011101011000010100010011110101111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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