#9B506F

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

Shades of Vin Rouge #9B506F

Tints of Vin Rouge #9B506F

Color information

#9B506F (or 0x9B506F) is unknown color: approx Vin Rouge. HEX triplet: 9B, 50 and 6F. RGB value is (155,80,111). Sum of RGB (Red+Green+Blue) = 155+80+111=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B506F is #64AF90. Grayscale: #696969. Windows color (decimal): -6598545 or 7295131. OLE color: 7295131.

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

Color convert

RGB15580111-
CMYK00.480.280.39
HSL335.2º31.91%46.08%-
HSV(B)335.2º48.39%60.78%-
XYZ19.2613.8516.7-
YUV105.96130.85162.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=44.80%
G=23.12%
B=32.08%

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
Decimal1558011100.480.280.39335.231.9146.08
Hex9B506F0301C2714f202e
Octal23312015706034475174056
Binary1001101110100001101111011000011100100111101001111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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