#9B5068

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

Shades of Vin Rouge #9B5068

Tints of Vin Rouge #9B5068

Color information

#9B5068 (or 0x9B5068) is unknown color: approx Vin Rouge. HEX triplet: 9B, 50 and 68. RGB value is (155,80,104). Sum of RGB (Red+Green+Blue) = 155+80+104=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5068 is #64AF97. Grayscale: #696969. Windows color (decimal): -6598552 or 6836379. OLE color: 6836379.

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

Color convert

RGB15580104-
CMYK00.480.330.39
HSL340.8º31.91%46.08%-
HSV(B)340.8º48.39%60.78%-
XYZ18.8813.7114.75-
YUV105.16127.35163.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.72%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=45.72%
G=23.60%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558010400.480.330.39340.831.9146.08
Hex9B50680302127155202e
Octal23312015006041475254056
Binary10011011101000011010000110000100001100111101010101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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