#9b5070

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

Shades of Vin Rouge #9B5070

Tints of Vin Rouge #9B5070

Color information

#9B5070 (or 0x9B5070) is unknown color: approx Vin Rouge. HEX triplet: 9B, 50 and 70. RGB value is (155,80,112). Sum of RGB (Red+Green+Blue) = 155+80+112=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5070 is #64AF8F. Grayscale: #6A6A6A. Windows color (decimal): -6598544 or 7360667. OLE color: 7360667.

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

Color convert

RGB15580112-
CMYK00.480.280.39
HSL334.4º31.91%46.08%-
HSV(B)334.4º48.39%60.78%-
XYZ19.3113.8816.99-
YUV106.07131.35162.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=44.67%
G=23.05%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558011200.480.280.39334.431.9146.08
Hex9B50700301C2714e202e
Octal23312016006034475164056
Binary1001101110100001110000011000011100100111101001110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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