#9B5568

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

Shades of Vin Rouge #9B5568

Tints of Vin Rouge #9B5568

Color information

#9B5568 (or 0x9B5568) is unknown color: approx Vin Rouge. HEX triplet: 9B, 55 and 68. RGB value is (155,85,104). Sum of RGB (Red+Green+Blue) = 155+85+104=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5568 is #64AA97. Grayscale: #6C6C6C. Windows color (decimal): -6597272 or 6837659. OLE color: 6837659.

HSL color Cylindrical-coordinate representation of color #9B5568: hue angle of 343.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5568 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB15585104-
CMYK00.450.330.39
HSL343.71º29.17%47.06%-
HSV(B)343.71º45.16%60.78%-
XYZ19.2614.4714.87-
YUV108.1125.69161.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.06%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=45.06%
G=24.71%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558510400.450.330.39343.7129.1747.06
Hex9B556802D21271581d2f
Octal23312515005541475303557
Binary1001101110101011101000010110110000110011110101100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,85,104); }

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

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

 a { background-color: rgb(155,85,104); }

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

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

 span { border-color: rgb(155,85,104); }

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