#9B5868

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

Shades of Vin Rouge #9B5868

Tints of Vin Rouge #9B5868

Color information

#9B5868 (or 0x9B5868) is unknown color: approx Vin Rouge. HEX triplet: 9B, 58 and 68. RGB value is (155,88,104). Sum of RGB (Red+Green+Blue) = 155+88+104=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5868 is #64A797. Grayscale: #6D6D6D. Windows color (decimal): -6596504 or 6838427. OLE color: 6838427.

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

Color convert

RGB15588104-
CMYK00.430.330.39
HSL345.67º27.57%47.65%-
HSV(B)345.67º43.23%60.78%-
XYZ19.5114.9514.95-
YUV109.86124.7160.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=44.67%
G=25.36%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558810400.430.330.39345.6727.5747.65
Hex9B586802B212715a1c30
Octal23313015005341475323460
Binary1001101110110001101000010101110000110011110101101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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