#9B5163

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

Shades of Vin Rouge #9B5163

Tints of Vin Rouge #9B5163

Color information

#9B5163 (or 0x9B5163) is unknown color: approx Vin Rouge. HEX triplet: 9B, 51 and 63. RGB value is (155,81,99). Sum of RGB (Red+Green+Blue) = 155+81+99=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5163 is #64AE9C. Grayscale: #696969. Windows color (decimal): -6598301 or 6508955. OLE color: 6508955.

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

Color convert

RGB1558199-
CMYK00.480.360.39
HSL345.41º31.36%46.27%-
HSV(B)345.41º47.74%60.78%-
XYZ18.7113.7513.47-
YUV105.18124.52163.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.27%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=46.27%
G=24.18%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155819900.480.360.39345.4131.3646.27
Hex9B516303024271591f2e
Octal23312114306044475313756
Binary1001101110100011100011011000010010010011110101100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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