#9B5058

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

Shades of Vin Rouge #9B5058

Tints of Vin Rouge #9B5058

Color information

#9B5058 (or 0x9B5058) is unknown color: approx Vin Rouge. HEX triplet: 9B, 50 and 58. RGB value is (155,80,88). Sum of RGB (Red+Green+Blue) = 155+80+88=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5058 is #64AFA7. Grayscale: #676767. Windows color (decimal): -6598568 or 5787803. OLE color: 5787803.

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

Color convert

RGB1558088-
CMYK00.480.430.39
HSL353.6º31.91%46.08%-
HSV(B)353.6º48.39%60.78%-
XYZ18.1513.4110.86-
YUV103.34119.35164.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 80 (31.64% from 255) = 24.77%
BLUE value IS 88 (34.77% from 255) = 27.24%
R=47.99%
G=24.77%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155808800.480.430.39353.631.9146.08
Hex9B50580302B27162202e
Octal23312013006053475424056
Binary10011011101000010110000110000101011100111101100010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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