#9B6063

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

Shades of Vin Rouge #9B6063

Tints of Vin Rouge #9B6063

Color information

#9B6063 (or 0x9B6063) is unknown color: approx Vin Rouge. HEX triplet: 9B, 60 and 63. RGB value is (155,96,99). Sum of RGB (Red+Green+Blue) = 155+96+99=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6063 is #649F9C. Grayscale: #727272. Windows color (decimal): -6594461 or 6512795. OLE color: 6512795.

HSL color Cylindrical-coordinate representation of color #9B6063: hue angle of 356.95º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B6063 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB1559699-
CMYK00.380.360.39
HSL356.95º23.51%49.22%-
HSV(B)356.95º38.06%60.78%-
XYZ19.9516.2413.89-
YUV113.98119.55157.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 99 (39.06% from 255) = 28.29%
R=44.29%
G=27.43%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155969900.380.360.39356.9523.5149.22
Hex9B606302624271651831
Octal23314014304644475453061
Binary1001101111000001100011010011010010010011110110010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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