#9B5865

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

Shades of Vin Rouge #9B5865

Tints of Vin Rouge #9B5865

Color information

#9B5865 (or 0x9B5865) is unknown color: approx Vin Rouge. HEX triplet: 9B, 58 and 65. RGB value is (155,88,101). Sum of RGB (Red+Green+Blue) = 155+88+101=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5865 is #64A79A. Grayscale: #6D6D6D. Windows color (decimal): -6596507 or 6641819. OLE color: 6641819.

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

Color convert

RGB15588101-
CMYK00.430.350.39
HSL348.36º27.57%47.65%-
HSV(B)348.36º43.23%60.78%-
XYZ19.3614.8914.17-
YUV109.52123.2160.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.06%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=45.06%
G=25.58%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558810100.430.350.39348.3627.5747.65
Hex9B586502B232715c1c30
Octal23313014505343475343460
Binary1001101110110001100101010101110001110011110101110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,88,101); }

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

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

 a { background-color: rgb(155,88,101); }

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

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

 span { border-color: rgb(155,88,101); }

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