#9B565C

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

Shades of Vin Rouge #9B565C

Tints of Vin Rouge #9B565C

Color information

#9B565C (or 0x9B565C) is unknown color: approx Vin Rouge. HEX triplet: 9B, 56 and 5C. RGB value is (155,86,92). Sum of RGB (Red+Green+Blue) = 155+86+92=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B565C is #64A9A3. Grayscale: #6B6B6B. Windows color (decimal): -6597028 or 6051483. OLE color: 6051483.

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

Color convert

RGB1558692-
CMYK00.450.410.39
HSL354.78º28.63%47.25%-
HSV(B)354.78º44.52%60.78%-
XYZ18.7814.411.91-
YUV107.32119.36162.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=46.55%
G=25.83%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155869200.450.410.39354.7828.6347.25
Hex9B565C02D29271631d2f
Octal23312613405551475433557
Binary1001101110101101011100010110110100110011110110001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,86,92); }

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

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

 a { background-color: rgb(155,86,92); }

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

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

 span { border-color: rgb(155,86,92); }

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