#9B5260

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

Shades of Vin Rouge #9B5260

Tints of Vin Rouge #9B5260

Color information

#9B5260 (or 0x9B5260) is unknown color: approx Vin Rouge. HEX triplet: 9B, 52 and 60. RGB value is (155,82,96). Sum of RGB (Red+Green+Blue) = 155+82+96=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5260 is #64AD9F. Grayscale: #696969. Windows color (decimal): -6598048 or 6312603. OLE color: 6312603.

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

Color convert

RGB1558296-
CMYK00.470.380.39
HSL348.49º30.8%46.47%-
HSV(B)348.49º47.1%60.78%-
XYZ18.6513.8512.76-
YUV105.42122.68163.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=46.55%
G=24.62%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155829600.470.380.39348.4930.846.47
Hex9B526002F262715c1f2e
Octal23312214005746475343756
Binary1001101110100101100000010111110011010011110101110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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