#9B5073

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

Shades of Vin Rouge #9B5073

Tints of Vin Rouge #9B5073

Color information

#9B5073 (or 0x9B5073) is unknown color: approx Vin Rouge. HEX triplet: 9B, 50 and 73. RGB value is (155,80,115). Sum of RGB (Red+Green+Blue) = 155+80+115=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5073 is #64AF8C. Grayscale: #6A6A6A. Windows color (decimal): -6598541 or 7557275. OLE color: 7557275.

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

Color convert

RGB15580115-
CMYK00.480.260.39
HSL332º31.91%46.08%-
HSV(B)332º48.39%60.78%-
XYZ19.4813.9417.88-
YUV106.42132.85162.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=44.29%
G=22.86%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558011500.480.260.3933231.9146.08
Hex9B50730301A2714c202e
Octal23312016306032475144056
Binary1001101110100001110011011000011010100111101001100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,80,115); }

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

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

 a { background-color: rgb(155,80,115); }

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

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

 span { border-color: rgb(155,80,115); }

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